Advanced ConfigurationΒΆ
Listed below are the umap-specific options which may be used when configuring your build directory with cmake. Some CMake-specific options have also been added to show how to make additional changes to the build configuration.
cmake -DUMAP_INSTALL_PATH="<path to where umap is installed>"
Here is a summary of the configuration options, their default value, and meaning:
Variable
Default
Meaning
UMAP_INSTALL_PATHnot set
Location of umap
CFITS_LIBRARY_PATHnot set
Location of cfitsio library
CFITS_INCLUDE_PATHnot set
Location of cfitsio include files
CMAKE_CXX_COMPILERnot set
C++ compiler to use
DCMAKE_CC_COMPILERnot set
C compiler to use
These arguments are explained in more detail below:
UMAP_INSTALL_PATHLocation of prerequisite umap installation.CFITS_INCLUDE_PATHandCFITS_LIBRARY_PATHIf these are specified, then the applications that use FITS files as the backing store for umap() will be built.