-
Notifications
You must be signed in to change notification settings - Fork 1.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
v0.3.4 build failure in osx #1902
Comments
Looks like a return of the OSX ".align vs .p2align" issue of #1470 (i.e. these should probably be converted to ".p2align 5") |
We (Numpy) just hit this too: https://travis-ci.org/MacPython/openblas-libs/jobs/462712673#L1323 xref: numpy/numpy#12478 |
You can quickly avoid building the implicated code by setting NO_AVX512=1 and mapping skylakex to haswell. |
Yeah that is the beauty of this project - any small oversight at release time is going to hit a lot of projects. Fix in place now. |
Thanks for fixing so quickly. |
Thanks for fixing this. |
Building for DYNAMIC_ARCH fails with,
Let me know if you need more info on the build environment.
The text was updated successfully, but these errors were encountered: