1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 10:18:50 -05:00

Update README.md

This commit is contained in:
Andrej Prochazka 2019-10-22 21:30:17 +02:00 committed by GitHub
parent 76ab42d9e0
commit 2b83a2ec11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ available options:
* APPS - build command line app, default ON
* TESTS - build tests, default OFF
* EXAMPLES - build examples, default OFF
* 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
* THIN_TARGET_APPROXIMATION - compile the library with thin target approximation, default: ON
* GSL_INTEGRATION - use GSL integration functions, otherwise use built-in integrator, default: OFF
@ -50,4 +49,4 @@ available options:
* STORE_SPLINES - store splines in cache, if disabled datapoints are stored and splines are recreated, default ON
ie:
> cmake -DPYTHON_MODULE=ON -DEXAMPLES=ON ../
> cmake -DPYTHON_MODULE=ON ../