-
Notifications
You must be signed in to change notification settings - Fork 559
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
LAPACK 3.11.0 #6719
LAPACK 3.11.0 #6719
Conversation
a5192ee
to
ab91573
Compare
Can we use Julia 1.9 as the conpat version here and hence LBT 5.4? Cc @amontoison |
1.9.1 is going to have LBT 5.8. I suppose the only lever of control we have here is which version of Julia to use. JuliaLang/julia#49680 I feel that Julia 1.9 is the right compat to define. |
@giordano ok to merge? |
Oh, I suppose that you can use LBT 5.7.0 in Julia 1.9 because you compile it from sources when you build Julia. |
Do not use -cpp and -DUSE_ISNAN on 32-bit platforms Avoid libgfortran4 builds on aarch64 linux for LAPACK_jll Co-authored-by: Alexis Montoison <[email protected]>
Continuation from #6553