-
Notifications
You must be signed in to change notification settings - Fork 567
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
[SDPA] rebuild for Julia 1.10 #8130
Conversation
Co-authored-by: Ian McInerney <[email protected]>
S/SDPA/build_tarballs.jl
Outdated
@@ -27,7 +27,7 @@ julia_compat = join("~" .* string.(getfield.(julia_versions, :major)) .* "." .* | |||
|
|||
name = "SDPA" | |||
upstream_version = v"7.3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we also need to update to a more recent SDPA version
If you want MUMPS 5.4.1, you will need to only support Julia 1.8+ and drop Julia 1.6 (LTS) and 1.7 due to it having a compat for that: https://github.com/JuliaRegistries/General/blob/master/jll/M/MUMPS_seq_jll/Compat.toml#L26C1-L27C18 |
Is there any way to obtain |
Look at the You can look through some other scripts in Ygg to see how you can glob it, e.g. https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl. |
Co-authored-by: Mosè Giordano <[email protected]>
I removed it and it still works so it didn't seem needed, looks good to merge from my side |
Rebase of #7902 and update SDPA