1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00

cmake option

This commit is contained in:
hrocho 2018-01-15 15:22:27 +01:00
parent 623c8ef958
commit a1609d55ae

View File

@ -29,6 +29,7 @@ available options:
* DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed) * DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed)
* GENERATE_DATA - makes program to re-generate precalculated tables (ie precalculated LS coefficients), default:OFF * GENERATE_DATA - makes program to re-generate precalculated tables (ie precalculated LS coefficients), default:OFF
* THIN_TARGET_APPROXIMATION - compile the library with thin target approximation, default: ON * THIN_TARGET_APPROXIMATION - compile the library with thin target approximation, default: ON
* GSL_INTEGRATION - use GSL integration functions, otherwise use built-in integrator, default: ON
ie: ie:
> cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../ > cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../