gnu: flint: Disable parallel tests.
* gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests, which makes the build pass on arm.
This commit is contained in:
parent
c449a07693
commit
ad11974e8f
|
@ -203,7 +203,8 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
("mpfr" ,mpfr))) ; header files from both are included by flint/arith.h
|
("mpfr" ,mpfr))) ; header files from both are included by flint/arith.h
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:parallel-tests? #f ; seems to be necessary on arm
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue