2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_OPENMP "Compile with OpenMP support?" ON)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_LRSPLINES "Compile with LR-splines support?" ON)
|
2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_SUPERLU "Compile with SuperLU support?" ON)
|
|
|
|
|
OPTION(IFEM_USE_SUPERLU_MT "Compile with SuperLU_MT support?" OFF)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_PETSC "Compile with PETSc support?" ON)
|
2016-03-29 15:57:21 +02:00
|
|
|
OPTION(IFEM_USE_MPI "Compile with MPI support?" OFF)
|
2016-05-12 16:19:35 +02:00
|
|
|
OPTION(IFEM_USE_ISTL "Compile with dune-istl support?" ON)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_SLEPC "Compile with SLEPc support?" OFF)
|
|
|
|
|
OPTION(IFEM_USE_SPR "Compile with SPR support?" OFF)
|
|
|
|
|
OPTION(IFEM_USE_SAMG "Compile with SAMG support?" OFF)
|
2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_HDF5 "Compile with HDF5 support?" ON)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_VTFWRITER "Compile with VTFWriter support?" ON)
|
2016-05-12 16:19:35 +02:00
|
|
|
OPTION(IFEM_USE_UMFPACK "Compile with UMFPACK support?" ON)
|
2017-03-24 09:24:46 +01:00
|
|
|
OPTION(IFEM_USE_CEREAL "Compile with cereal support?" ON)
|
2013-05-08 09:04:39 +00:00
|
|
|
OPTION(IFEM_AS_SUBMODULE "Compile IFEM as a submodule of apps?" OFF)
|
|
|
|
|
OPTION(IFEM_WHOLE_PROG_OPTIM "Compile IFEM with link-time optimizations?" OFF)
|
2013-05-21 13:35:31 +00:00
|
|
|
OPTION(IFEM_TEST_MEMCHECK "Run tests through valgrind?" OFF)
|
2018-01-24 14:39:59 +01:00
|
|
|
OPTION(IFEM_BUILD_TESTING "Build testing by default?" OFF)
|
2017-01-23 09:57:13 +01:00
|
|
|
OPTION(IFEM_SERIAL_TESTS_IN_PARALLEL "Run serial tests in parallel builds?" ON)
|
2017-01-30 14:28:45 +01:00
|
|
|
OPTION(IFEM_INSTALL_DOXY "Install documentation?" ON)
|