mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
31dd526e1c
commit
1e28aed2eb
3 changed files with 231 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue