Skip to content
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

Auto-test for different BLAS implementation during python installation #781

Closed
dweindl opened this issue Aug 8, 2019 · 2 comments
Closed

Comments

@dweindl
Copy link
Member

dweindl commented Aug 8, 2019

One of the main issues people seem to be having with AMICI installation are BLAS-related. Would be good to add a test to compile a tiny test program to try different default paths / cblas-compatible libraries and automatically detect a working configuration (cblas, openblas, atlas, mkl, ...). The advanced user should still be able to override that.

I would guess that other packages faced the same problem and we might not have to reinvent the wheel there (e.g. numpy). Even better to change to CMake-based build (#721). Or 'simply' provide wheels #423.

Good guess for CentOS7 would be BLAS_LIBS="-L/usr/lib64/atlas/ -lsatlas"

@dweindl
Copy link
Member Author

dweindl commented Dec 11, 2019

Might also be helpful to check for an existing installation of https://anaconda.org/anaconda/openblas and use headers/libraries from there.

@dweindl
Copy link
Member Author

dweindl commented Nov 29, 2023

#2104

@dweindl dweindl closed this as completed Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants