AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
108 stars 30 forks source link

suitesparse linking #2374

Closed dweindl closed 6 months ago

dweindl commented 6 months ago

We either need to link the suitesparse shared libraries or compile the static ones with -fpic. Currently, there seem to be problems on some systems.

TODO: set BUILD_SHARED_LIBS=OFF, CMAKE_POSITION_INDEPENDENT_CODE=ON