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

Make openblas-build work on macOS #54

Open
termoshtt opened this issue Jan 9, 2021 · 2 comments
Open

Make openblas-build work on macOS #54

termoshtt opened this issue Jan 9, 2021 · 2 comments
Assignees
Labels

Comments

@termoshtt
Copy link
Member

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.

@maoe
Copy link
Contributor

maoe commented Mar 3, 2021

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.

brew install gcc
CC=gcc-10 cargo test

@termoshtt
Copy link
Member Author

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
Labels
Development

No branches or pull requests

2 participants