guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: combinatorial-blas: Skip failing tests.


From: guix-commits
Subject: 07/08: gnu: combinatorial-blas: Skip failing tests.
Date: Tue, 19 Mar 2024 12:33:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b213afbf582222cf8865c17285abece3ef8f6e15
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Tue Mar 5 10:10:16 2024 +0100

    gnu: combinatorial-blas: Skip failing tests.
    
    * gnu/packages/maths.scm (combinatorial-blas): Add new phase.
    
    Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d551b751e6..1b4d325649 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8094,6 +8094,12 @@ easily be incorporated into existing simulation codes.")
        #:parallel-tests? #f             ;tests use 'mpiexec -n4'
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fix-tests
+           (lambda _
+             ;; Skip failing tests (SIGFPE and SIGSEGV).
+             (substitute* "ReleaseTests/CMakeLists.txt"
+               (("^.*SpAsgnTest.*$") "")
+               (("^.*IndexingTest.*$") ""))))
          (add-before 'check 'mpi-setup
            ,%openmpi-setup)
          (add-before 'check 'test-setup



reply via email to

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