Building SpecMiCP ----------------- SpecMiCP uses CMAKE as build system, to build it, in the specmicp directory, run : cmake . make To customize build, see the cmake documentation and the following informations : Requirements : ============== - C++11 compiler (tested with gcc 4.8) - Boost (tested with boost 1.55) - Eigen (>=3.2) Requirements for the documentation : ------------------------------------ - Doxygen Configuration Options : ======================= These options are used by CMake to configure the project - SPECMICP_NO_DEBUG - bool - if true, remove assert used in specmicp - SPECMICP_USE_OPENMP : - bool - use OpenMP to parallelize code - SPECMICP_DEBUG_EQUATION_FD_JACOBIAN - bool - use a finite difference jacobian in specmicp - PYTHON_VERSION_3 - bool - if ON, compile cython module for python 3