gnu: julia: Fix test suite regression.

The update of 'mpfr' to 4.2.0 by commit
d26814f8b9 introduces a Julia test suite
regression.  The patch backports the Julia upstream fix.

* gnu/packages/julia.scm (julia)[source]: Add patch.
* gnu/packages/patches/julia-Use-MPFR-4.2.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Simon Tournier 2023-04-13 22:24:45 +02:00 committed by Andreas Enge
parent 31dd526e1c
commit 1e28aed2eb
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 231 additions and 1 deletions

View file

@ -150,7 +150,8 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
(sha256
(base32
"0jf8dr5j7y8cjnr65kn38xps5h9m2qvi8g1yd8qgiip5r87ld3ad"))
(patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch"))))
(patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch"
"julia-Use-MPFR-4.2.patch"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"