-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Using OpenBLAS for optimized LAPACK functions via lapack-reference #25176
Comments
... and #21479 is possibly relevant |
And trying my alternative:
I also tried just setting the dependencies as
|
Maybe #21479 can fix this issue? |
It might. FWIW I tried that PR and it failed for me locally. If it helps, I can try again and post the traceback. |
It's still WIP, Robert doesn't have more time to handle that PR currently. |
Hello, I'm having the same issue only when installing with the following custom triplet:
|
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
It would be nice if #24327 or similar took care of this, but I'm not sure it will. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Is your feature request related to a problem? Please describe.
I would like to build a project using OpenBLAS for BLAS + LAPACK functions. It seems like this should be possible with something like:
But this results in cmake:
Proposed solution
I am not sure, but it seems like the OpenBLAS port should have an option to expose its LAPACK capabilities so that it can be selected as a backend, and/or lapack-reference should know how to find OpenBLAS's LAPACK capabilities.
Describe alternatives you've considered
I'm going to try using clapack as a workaround for now, but it probably is not as optimized as OpenBLAS, so it'll be slower for end users.
The text was updated successfully, but these errors were encountered: