unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69560] [PATCH] gnu: combinatorial-blas: Fix build failure.
@ 2024-03-05  9:10 Romain GARBAGE
  2024-03-19 16:25 ` bug#69560: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-03-05  9:10 UTC (permalink / raw)
  To: 69560; +Cc: Romain GARBAGE

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69560: [PATCH] gnu: combinatorial-blas: Fix build failure.
  2024-03-05  9:10 [bug#69560] [PATCH] gnu: combinatorial-blas: Fix build failure Romain GARBAGE
@ 2024-03-19 16:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-03-19 16:25 UTC (permalink / raw)
  To: Romain GARBAGE; +Cc: 69560-done

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

Hello!

Romain GARBAGE <romain.garbage@inria.fr> skribis:

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

Applied with the cosmetic change below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 576 bytes --]

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 959748aaf2..1b4d325649 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8096,7 +8096,7 @@ (define-public combinatorial-blas
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests
            (lambda _
-             ;; remove failing tests (SIGFPE and SIGSEGV)
+             ;; Skip failing tests (SIGFPE and SIGSEGV).
              (substitute* "ReleaseTests/CMakeLists.txt"
                (("^.*SpAsgnTest.*$") "")
                (("^.*IndexingTest.*$") ""))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-19 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  9:10 [bug#69560] [PATCH] gnu: combinatorial-blas: Fix build failure Romain GARBAGE
2024-03-19 16:25 ` bug#69560: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).