Skip to content

Install from source command line options

Charles Doutriaux edited this page Dec 7, 2015 · 13 revisions

#####-DCMAKE_INSTALL_PREFIX=

  • This option will define where the build binary of UV-CDAT will be built
    • /path/to/directory/to/install
-DCDAT_BUILD_PARALLEL=
  • This option let you decide if you want to build with mpi or not
    • ON
    • OFF
-DQT_QMAKE_EXECUTABLE=
  • This option tells cmake where Qt is installed
    • /path/to/qmake
-DCDAT_BUILD_CMOR=
  • This option sets wether or not CMOR will be built regardless of Mode
    • ON
    • OFF
-DCDAT_BUILD_GRAPHICS=
  • This option will include or exclude all the packages using graphics
    • ON (default)
    • OFF
-DCDAT_BUILD_GUI=
  • This option will include or exclude all the packages required for the GUI
    • ON
    • OFF
-DCDAT_BUILD_OFFSCREEN=
  • This option will build against MESA driver which will bypass the need for X11 drivers. Beware this disables GUI, and UV-CDAT will not be able to open window onto the user screen.
    • ON
    • OFF
-DCDAT_BUILD_MODE=
  • This option defines what packages will be built by cmake
    • LEAN (equivalent to cdat_lite, i.e python+cdms2)
    • DEFAULT (most comon features for daily scientific use, FULL CDAT+matplotlib+numpy+scipy)
    • ALL (LOTS of additional features such as Sphynx, Spyder, etc..)
Packages LEAN DEFAULT ALL
QT X
Example X X X
Clone this wiki locally