AMICI-dev / AMICI

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

Fix buildAmici.sh & installAmiciSource.sh to work with system-python #2355

Closed dweindl closed 6 months ago

dweindl commented 6 months ago

Currently, if Python3_EXECUTABLE points to the system-python, there is a problem with installing packages. We need to create a venv from CMake initially and after that, only use the python executable from there.