julia: add patch to fix printing of BigFloat
with MPFR v4.2 (#37992)
This commit is contained in:
parent
eda21cdfba
commit
f745e49d9a
@ -198,6 +198,15 @@ class Julia(MakefilePackage):
|
||||
when="@1.8.4:1.8.5",
|
||||
)
|
||||
|
||||
# Fix printing of `BigFloat`s when using MPFR 4.2.0, but the patch is
|
||||
# applicable to previous versions of the library too
|
||||
# (https://github.com/JuliaLang/julia/issues/49895).
|
||||
patch(
|
||||
"https://github.com/JuliaLang/julia/pull/49909.patch?full_index=1",
|
||||
sha256="7fa53516b97d83ccf06f6d387c04d337849808f7e8ee2bdc2e79894d84578afc",
|
||||
when="@1.6.4:1.9.0",
|
||||
)
|
||||
|
||||
# Fix gfortran abi detection https://github.com/JuliaLang/julia/pull/44026
|
||||
patch("fix-gfortran.patch", when="@1.7.0:1.7.2")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user