-
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
SIGSEGV in getrf on OS X 10.8 #306
Comments
Could you try to build OpenBLAS with USE_OPENMP=1? |
On 10.8, the default compiler is clang, so USE_OPENMP=1 fails. If I force it to build with gcc, I get the following compile error:
|
I ran the build with: |
Please use this script to replace /usr/bin/as |
It crashes as well, even when I set
|
This was probably a 32-/64-bit ABI mismatch. Closing |
Moving the issue over from jump-dev/JuMP.jl#50, I get a crash in dgetrf on OS X 10.8:
Unfortunately I don't have a standalone example. Openblas (v0.2.8) is built by julia using clang with
DEBUG=1
.I can try compiling with gcc also if that would be helpful.
The text was updated successfully, but these errors were encountered: