-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
v0.6.2 build broken on Mac OS X with USE_SYSTEM_BLAS = 1 #521
Comments
I don't think you should use the System BLAS on mac. It is quite old, and getting deprecated and also has a very old lapack, although I see that you are forcing the lapack build. |
Maybe just the header needs to be fixed - looking at the error message. Could you try that? |
I use it because OpenBLAS makes |
I think some of these issues are fixed in upstream in OpenBLAS, but there hasn't been a release in a while. |
I and many others have tried reaching out to @xianyi for the last several months, to no avail. Maybe we can work off a fork until the original project has new maintainers. |
There is a release-0.3.0 branch now though: https://github.com/xianyi/OpenBLAS/tree/release-0.3.0, but it is missing some fixes and does seem to have known issues like OpenMathLib/OpenBLAS#1536 |
I’ve heard people mention MKL before, does that work on Mac OS X? |
I realized my system might be in a weird state, so I'm not sure this issue is valid. Shall I close it for now? |
Hello, I sent a email to xianyi and got a response. He said he had provided others the privilege to release versions of OpenBLAS. Not sure whether this helps. @ViralBShah |
That does help. Thank you. Can you mention this on the openblas repo in the 0.3.0 PR? |
I can't reproduce this, even though I have the same MacOS and XCode versions. It is like Accelerate itself is pulling in VecLib, and then complaining. Builds fine for me. |
I think we should close this since there were other weird things happening with my system (in particular with brew privileges). |
I'm getting the errors below on a fresh build with
USE_SYSTEM_BLAS = 1
. This is on Mac OS X 10.13.4 with XCode 9.3.The text was updated successfully, but these errors were encountered: