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-26 19:44:33 +01:00
parent d97c916271
commit a449e1c7c6

View File

@ -30,6 +30,7 @@ available options:
* 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 * GSL_INTEGRATION - use GSL integration functions, otherwise use built-in integrator, default: ON
* GLOBAL - compile with GLOBAL code (source not included at the moment, needs to be manually added to __global__ directory, default:OFF)
ie: ie:
> cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../ > cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../