bug#69560: [PATCH] gnu: combinatorial-blas: Fix build failure.
Commit Message
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’.
@@ -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.*$") ""))))