Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418384# -*- cmake -*- # # LibnormalizConfig.cmake(.in) # # Copyright (C) 2014 Christof Soeger <[email protected]> # # Use the following variables to compile and link against libnormaliz: # LIBNORMALIZ_FOUND - True if libnormaliz was found on your system # LIBNORMALIZ_USE_FILE - The file making libnormaliz usable # LIBNORMALIZ_DEFINITIONS - Definitions needed to build with libnormaliz # LIBNORMALIZ_INCLUDE_DIRS - Directory where OT.hxx can be found # LIBNORMALIZ_INCLUDE_DIRS - List of directories of libnormaliz and it's dependencies # LIBNORMALIZ_LIBRARY - libnormaliz library location # LIBNORMALIZ_LIBRARIES - List of libraries to link against libnormaliz library # LIBNORMALIZ_LIBRARY_DIRS - List of directories containing libnormaliz' libraries # LIBNORMALIZ_ROOT_DIR - The base directory of libnormaliz # LIBNORMALIZ_VERSION_STRING - A human-readable string containing the version # LIBNORMALIZ_VERSION_MAJOR - The major version of libnormaliz # LIBNORMALIZ_VERSION_MINOR - The minor version of libnormaliz # LIBNORMALIZ_VERSION_PATCH - The patch version of libnormaliz set ( LIBNORMALIZ_FOUND 1 ) set ( LIBNORMALIZ_USE_FILE "@LIBNORMALIZ_USE_FILE@" ) set ( LIBNORMALIZ_DEFINITIONS "@LIBNORMALIZ_DEFINITIONS@" ) set ( LIBNORMALIZ_INCLUDE_DIR "@LIBNORMALIZ_INCLUDE_DIR@" ) set ( LIBNORMALIZ_INCLUDE_DIRS "@LIBNORMALIZ_INCLUDE_DIRS@" ) set ( LIBNORMALIZ_LIBRARY "@LIBNORMALIZ_LIBRARY@" ) set ( LIBNORMALIZ_LIBRARIES "@LIBNORMALIZ_LIBRARIES@" ) set ( LIBNORMALIZ_LIBRARY_DIRS "@LIBNORMALIZ_LIBRARY_DIRS@" ) set ( LIBNORMALIZ_ROOT_DIR "@LIBNORMALIZ_ROOT_DIR@" ) set ( LIBNORMALIZ_VERSION_STRING "@LIBNORMALIZ_VERSION_STRING@" ) set ( LIBNORMALIZ_VERSION_MAJOR "@LIBNORMALIZ_VERSION_MAJOR@" ) set ( LIBNORMALIZ_VERSION_MINOR "@LIBNORMALIZ_VERSION_MINOR@" ) set ( LIBNORMALIZ_VERSION_PATCH "@LIBNORMALIZ_VERSION_PATCH@" )