-
Notifications
You must be signed in to change notification settings - Fork 558
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
[Sundials@5] Resubmit Sundials build #489
Conversation
Upstream suggested fix for windows does not work, so we are retaining the same fix from earlier. |
We really need GCC v6: #421 (comment) |
Since ppc is using -lgomp, do we not need CompilerSupportLibraries? |
c29e32c
to
7ac547f
Compare
@giordano This didn't seem to get uploaded here: https://github.com/JuliaBinaryWrappers/Sundials-5_jll.jl |
That's the wrong repository anyway, but we still have problems: #488 (comment) |
Ok, where should I look when the bugs are all squashed? |
I've opened #497 to track this last issue |
I wiped my .julia and installed everything again. This is still broken:
|
Is it possible that the |
@giordano Hah just saw your comment. |
Yes, that was my conclusion in the comment linked above 😉 |
In #548 I have disabled METIS linking in SuiteSparse for now due to the very special kinds of issues that will only be possible to resolve once SuiteSparse is not shipped in stdlib. I think this should fix the Sundials issue on Windows. |
Trying the suggestion from LLNL/sundials#29 for fixing windows build.
Remove gcc preferred version.