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:
Andreas Enge 2015-08-15 09:24:30 +02:00
parent c449a07693
commit ad11974e8f

View file

@ -203,7 +203,8 @@ (define-public flint
`(("gmp" ,gmp)
("mpfr" ,mpfr))) ; header files from both are included by flint/arith.h
(arguments
`(#:phases
`(#:parallel-tests? #f ; seems to be necessary on arm
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)