all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: 69560@debbugs.gnu.org
Cc: Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#69560] [PATCH] gnu: combinatorial-blas: Fix build failure.
Date: Tue,  5 Mar 2024 10:10:16 +0100	[thread overview]
Message-ID: <20240305091031.26702-1-romain.garbage@inria.fr> (raw)

* gnu/packages/maths.scm (combinatorial-blas): Add new phase.

Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb
---
 gnu/packages/maths.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 47070ded15..0c5aa63dda 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8088,6 +8088,12 @@ (define-public combinatorial-blas
        #:parallel-tests? #f             ;tests use 'mpiexec -n4'
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fix-tests
+           (lambda _
+             ;; remove failing tests (SIGFPE and SIGSEGV)
+             (substitute* "ReleaseTests/CMakeLists.txt"
+               (("^.*SpAsgnTest.*$") "")
+               (("^.*IndexingTest.*$") ""))))
          (add-before 'check 'mpi-setup
            ,%openmpi-setup)
          (add-before 'check 'test-setup
-- 
2.41.0





             reply	other threads:[~2024-03-05  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05  9:10 Romain GARBAGE [this message]
2024-03-19 16:25 ` bug#69560: [PATCH] gnu: combinatorial-blas: Fix build failure Ludovic Courtès

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=20240305091031.26702-1-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=69560@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.