-
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
[lapack] Use system lapack on macos #14804
Conversation
Ah yes looking at |
Hi @Neumann-A, thanks for your feedback. At the moment the reference-lapack package is not usable on macos without manually linking to gfortran; presumably this is a bug? I'm not sure what the best way to fix this is (aside from using the system lapack) |
@seanwarren: I think the trick here is to figure out why |
Ah looks like |
Sorry for late reply. I didn't experience the problem but I saw that as of now vcpkg is not using the lapack-config.cmake that is generated during build, which was a little broken but maybe better than the module... |
For this issue, I wish #21479 will also consider this scenes. |
Since the system does not necessarily include lapack, I hope to still use lapack in vcpkg. |
@seanwarren Could you look at #21479 and comment on it about your scenario? |
Closing this PR as it's very out of date; if people have something else to say, please do it in #21479. Thanks so much for the PR, and sorry for leaving it for so long! |
Accelerate framework, which includes lapack, is always installed on macos |
Describe the pull request
Using dlib on mac os x fails with the following error:
This PR simply removes the dependency on Reference-Lapack on macos, which provides it's own lapack implementation.
Which triplets are supported/not supported? Have you updated the CI baseline?
Does your PR follow the maintainer guide?