guix-commits
[Top][All Lists]
Advanced

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

branch wip-gmp updated: gnu: gmp: Enable parallel tests.


From: guix-commits
Subject: branch wip-gmp updated: gnu: gmp: Enable parallel tests.
Date: Thu, 17 Aug 2023 11:46:13 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch wip-gmp
in repository guix.

The following commit(s) were added to refs/heads/wip-gmp by this push:
     new 66bd70d034 gnu: gmp: Enable parallel tests.
66bd70d034 is described below

commit 66bd70d034be3edff51da2ec105ddafa67a28ca5
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Aug 17 17:44:17 2023 +0200

    gnu: gmp: Enable parallel tests.
    
    * gnu/packages/multiprecision.scm (gmp)[arguments]: Enable parallel tests.
---
 gnu/packages/multiprecision.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index cf11c81635..691abae5d2 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -58,8 +58,7 @@
    (native-inputs (list m4))
    (outputs '("out" "debug"))
    (arguments
-    `(#:parallel-tests? #f ; mpz/reuse fails otherwise
-      #:configure-flags
+    `(#:configure-flags
       '(;; Build a "fat binary", with routines for several
         ;; sub-architectures.
         "--enable-fat"



reply via email to

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