all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: 65200@debbugs.gnu.org
Cc: Andreas Enge <andreas@enge.fr>
Subject: [bug#65200] [PATCH v2 2/3] gnu: gmp: Enable parallel tests.
Date: Fri, 25 Aug 2023 14:51:40 +0200	[thread overview]
Message-ID: <4a0e35f59cbbe6a0331acd067f1920158f58b008.1692967901.git.andreas@enge.fr> (raw)
In-Reply-To: <cover.1692967901.git.andreas@enge.fr>

* 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 @@ (define-public gmp
    (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"
-- 
2.41.0





  parent reply	other threads:[~2023-08-25 12:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10 10:22 [bug#65200] Update gmp to 6.3.0 Andreas Enge
2023-08-15 14:59 ` Greg Hogan
2023-08-17 14:55 ` Andreas Enge
2023-08-17 16:16   ` Andreas Enge
2023-08-25 12:51 ` [bug#65200] [PATCH v2 0/3] Update gmp and mpfr Andreas Enge
2023-08-25 12:51   ` [bug#65200] [PATCH v2 1/3] gnu: gmp: Update to 6.3.0 Andreas Enge
2023-08-25 12:51   ` Andreas Enge [this message]
2023-08-25 12:51   ` [bug#65200] [PATCH v2 3/3] gnu: mpfr: Update to 4.2.1 Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a0e35f59cbbe6a0331acd067f1920158f58b008.1692967901.git.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=65200@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.