GNU bug report logs -
#69560
[PATCH] gnu: combinatorial-blas: Fix build failure.
Previous Next
Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>
Date: Tue, 5 Mar 2024 09:12:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69560 in the body.
You can then email your comments to 69560 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69560
; Package
guix-patches
.
(Tue, 05 Mar 2024 09:12:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 05 Mar 2024 09:12:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Ludovic Courtès <ludovic.courtes <at> inria.fr>
:
You have taken responsibility.
(Tue, 19 Mar 2024 16:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
bug acknowledged by developer.
(Tue, 19 Mar 2024 16:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 69560-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello!
Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
> * gnu/packages/maths.scm (combinatorial-blas): Add new phase.
>
> Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb
Applied with the cosmetic change below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
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.*$") ""))))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 17 Apr 2024 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.