-
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
Update python_installation.rst #2212
Conversation
On Python 3.11 and with openblas 0.3.24-2, amici installer is unable to find "cblas.h". This is fixed by exporting the openblas path to BLAS_CFLAGS
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2212 +/- ##
============================================
- Coverage 76.45% 53.75% -22.71%
============================================
Files 91 38 -53
Lines 15028 5659 -9369
============================================
- Hits 11490 3042 -8448
+ Misses 3538 2617 -921
Flags with carried forward coverage won't be shown. Click here to find out more. |
Thanks @willov. |
@willov : Maybe missing some |
Thanks! You are correct, |
👍 I will leave this PR open for now. Please update on this branch. Is |
I am have tested this in my environment now aswell. It was indeed sufficient to set |
exporting BLAS_LIBS was also needed to get the amici package to be importable, in addition to BLAS_CFLAGS
|
On Python 3.11 and with openblas 0.3.24-2, the amici installer is unable to find "cblas.h". This is fixed by exporting the openblas path to BLAS_CFLAGS