Skip to content
Snippets Groups Projects
Commit ad11974e authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: flint: Disable parallel tests.

* gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests,
  which makes the build pass on arm.
parent c449a076
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment