-
Notifications
You must be signed in to change notification settings - Fork 556
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
Fix SDPA_jll for Julia v1.7 #4721
Conversation
It appears the failing builds are missing METIS and MUMPS artifacts, so you would either need to add the platforms to METIS_jll and MUMPS_jll or disable them here. |
I don't see |
I think they were indeed built before these platforms were added. With any luck a simple rebuild is enough, otherwise some tweaking of config settings or even a patch might be needed. |
@giordano Is there a way I can trigger a rebuild of these dependencies ? |
Edit the |
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
Needed to fix SDPA.jl on Julia v1.7, see jump-dev/SDPA.jl#34
Largely inspired from #4264
cc @barche