Skip to content
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

Merged
merged 5 commits into from
Apr 24, 2022
Merged

Fix SDPA_jll for Julia v1.7 #4721

merged 5 commits into from
Apr 24, 2022

Conversation

blegat
Copy link
Contributor

@blegat blegat commented Apr 6, 2022

Needed to fix SDPA.jl on Julia v1.7, see jump-dev/SDPA.jl#34

Largely inspired from #4264

cc @barche

@barche
Copy link
Contributor

barche commented Apr 15, 2022

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.

@blegat
Copy link
Contributor Author

blegat commented Apr 16, 2022

I don't see armv6l-linux excluded for these artifacts, does that means they were built when this platform was not part of the output of supported_platforms() and so they just need to be rebuilt ?

@barche
Copy link
Contributor

barche commented Apr 16, 2022

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.

@blegat
Copy link
Contributor Author

blegat commented Apr 17, 2022

@giordano Is there a way I can trigger a rebuild of these dependencies ?

@giordano
Copy link
Member

Edit the build_tarballs.jl files of the packages, but please read #2763 very carefully.

S/SDPA/build_tarballs.jl Outdated Show resolved Hide resolved
S/SDPA/build_tarballs.jl Outdated Show resolved Hide resolved
S/SDPA/build_tarballs.jl Outdated Show resolved Hide resolved
blegat and others added 3 commits April 24, 2022 17:47
@giordano giordano merged commit eacb305 into JuliaPackaging:master Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants