-
Notifications
You must be signed in to change notification settings - Fork 48
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
Make openblas-build work on macOS #54
Labels
Comments
This was referenced Jan 9, 2021
Closed
Closed
I ran into the second error on macOS Big Sur with current master (87c6477). FWIW I was able to work around the issue by using a real gcc instead of the Apple's /usr/bin/gcc which is clang in disguise.
|
IvanUkhov
changed the title
openblas-build does not works on macOS
Make openblas-build work on macOS
Jul 10, 2021
We can test M1 macOS on CI #112 and I have MacBook. It's time to resolve this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Split from #44 (comment) and merges #49 issue because it is resolved by introducing of openblas-build crate on Linux.
macOS support of openblas-build crate looks have several problems.
thread 'build::tests::build_no_lapacke' panicked at 'assertion failed: shared_lib.has_lapack()', openblas-build/src/build.rs:308:9
nm
of GNU and BSD?lapacke_dggsvp_work.c:127:9: error: implicit declaration of function 'dggsvp_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
clang: error: unsupported option '-fopenmp'
: macOS's clang does not support OpenMP :<The text was updated successfully, but these errors were encountered: