guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd updated: squash! gnu: mpfr: Skip failing test for the Hu


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: mpfr: Skip failing test for the Hurd.
Date: Wed, 07 Jun 2023 07:54:03 -0400

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

janneke pushed a commit to branch wip-hurd
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd by this push:
     new 7eb2d93a15 squash! gnu: mpfr: Skip failing test for the Hurd.
7eb2d93a15 is described below

commit 7eb2d93a15fa9907bb749d0411ee3555b1ba3bc2
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jun 7 13:50:57 2023 +0200

    squash! gnu: mpfr: Skip failing test for the Hurd.
---
 gnu/packages/multiprecision.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index f7fbcbd64f..6e2006db4f 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -137,7 +137,7 @@ It is aimed at use in, for example, cryptography and 
computational algebra.")
                               "tests/tsprintf.c"
                             (("(^| )main *\\(.*" all)
                              (string-append all "{\n  exit (77);//"))))))
-                  #~())))
+                  #~%standard-phases)))
    (build-system gnu-build-system)
    (outputs '("out" "debug"))
    (propagated-inputs (list gmp))            ; <mpfr.h> refers to <gmp.h>



reply via email to

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