~ruther/guix-local

b213afbf582222cf8865c17285abece3ef8f6e15 — Romain GARBAGE 2 years ago 7453313
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>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +6 -0
@@ 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