mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
26 lines
663 B
CMake
Executable File
26 lines
663 B
CMake
Executable File
|
|
OPTION(CANTERA_BUILD_PYTHON_IFACE "Build the Python user interface?" ON)
|
|
OPTION(CANTERA_BUILD_CXX_IFACE "Build the C++ user interface?" ON)
|
|
OPTION(CANTERA_BUILD_F90_IFACE "Build the Fortran 90 user interface?" ON)
|
|
OPTION(CANTERA_BUILD_CXX_IFACE "Build the Matlab Toolbox?" OFF)
|
|
OPTION(CANTERA_BUILD_WITH_F2C "Use f2c versions of 3rd party numerical routines" OFF)
|
|
|
|
OPTION (CANTERA_BUILD_LAPACK 0)
|
|
OPTION (CANTERA_HAVE_SUNDIALS 1)
|
|
|
|
# SET(PYTHON_CMD ${PYTHON_EXE})
|
|
|
|
SET(CANTERA_VERSION "1.7.1")
|
|
|
|
SET( WITH_PURE_FLUIDS 1 )
|
|
|
|
SET( WITH_LATTICE_SOLID 1 )
|
|
|
|
SET( WITH_METAL 1 )
|
|
|
|
SET( WITH_STOICH_SUBSTANCE 1 )
|
|
|
|
SET( WITH_IDEAL_SOLUTIONS 0 )
|
|
|
|
SET(WITH_ELECTROLYTES 0 )
|