~ruther/guix-local

ad11974e8fbbcbeae675d2a72a39449278d0bea9 — Andreas Enge 10 years ago c449a07
gnu: flint: Disable parallel tests.

* gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests,
  which makes the build pass on arm.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -1
@@ 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)