guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: flint: Disable parallel tests.


From: Andreas Enge
Subject: 01/01: gnu: flint: Disable parallel tests.
Date: Sat, 15 Aug 2015 11:05:18 +0000

andreas pushed a commit to branch master
in repository guix.

commit ad11974e8fbbcbeae675d2a72a39449278d0bea9
Author: Andreas Enge <address@hidden>
Date:   Sat Aug 15 09:24:30 2015 +0200

    gnu: flint: Disable parallel tests.
    
    * gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests,
      which makes the build pass on arm.
---
 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 d3fe345..3f23ec9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]