-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.17.1 install fails #2103
Comments
Hi @Mjvolk3, in v0.17.0 we reorganized how the AMICI extension is built. This involved changing/removing some of the dependency handling. Before, we had some hard-coded paths to look for BLAS headers, but this is not very sustainable, and potentially incompatible with conda environments. That means, you will now have to set I will consider using CMake to try to find some BLAS automatically, but last time I tried, this had other issues... |
Let CMake's FindBLAS try to find BLAS libraries in case the user didn't provide any other information via environment variables. Relates to #2103
P.S.: Does |
Let CMake's FindBLAS try to find BLAS libraries in case the user didn't provide any other information via environment variables. Relates to #2103
What did you expect to happen?
I am using a conda environment on a linux machine to install amici. Amici install fails with the #include error (First Q in the FAQ)
What has happened instead?
I expected a proper installation of Amici. The reproduction code below works with v0.16.1.
To Reproduce
Note: This works with v0.16.1
AMICI version and system environment
AMICI interface: [e.g. Python, Matlab, C++]
python
AMICI version:
0.17.1
Additional information: Compiler name and version used, Python/Matlab version, ...
GCC 11.2.0 compiler + OpenMPI
More information about the machine can be found here NCSA Delta.
How to fix
Do you know how to resolve the problem?
No. I reverted to the previous version that works
Can you submit a pull request?
No. I don't know the solution.
The text was updated successfully, but these errors were encountered: