-
Notifications
You must be signed in to change notification settings - Fork 17
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
Null pointers in LP64 on Windows #89
Comments
As far as I understand, the null pointer on Windows might be related to a mismatch between the name of the library used by Julia ( I believe the solution would be to have a single copy of libblastrampoline around on Windows, and make sure the import library is consistent with that only library available. Ideally that'd be This was mostly debugged by @vchuravy |
Should have been fixed by #97 (use a single library and live happy) |
Building Ipopt and MUMPS_seq with LBT using LP64 results in null pointer issues only on Windows (when using OpenBLAS32), both win64 and win32. Works fine on the other platforms.
Discussed in jump-dev/Ipopt.jl#327
The text was updated successfully, but these errors were encountered: