diff options
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index d3fe345d30..3f23ec9008 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -203,7 +203,8 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") `(("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) |