[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: freesasa: Fix memerr tests.
From: |
guix-commits |
Subject: |
09/17: gnu: freesasa: Fix memerr tests. |
Date: |
Tue, 13 Feb 2024 06:34:50 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit cc772e7f3172a8014e32c7ea3f6626963d4e9e16
Author: David Elsing <david.elsing@posteo.net>
AuthorDate: Sun Jan 28 23:02:01 2024 +0000
gnu: freesasa: Fix memerr tests.
* gnu/packages/chemistry.scm (freesasa)[arguments]: Add
"CFLAGS=-fno-builtin-malloc" to #:configure-flags.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/chemistry.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 5e19bdf182..98141737ac 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -708,7 +708,12 @@ It can be used for working with
#~(list "--enable-check"
"--enable-parser-generator"
"CXXFLAGS=-std=c++17"
- "--enable-doxygen")
+ "--enable-doxygen"
+ ;; Some tests rely on replacing malloc with a wrapper which
+ ;; fails in a controlled way, but this does not work if the call
+ ;; is replaced. This was fixed upstream, remove once there is a
+ ;; new release.
+ "CFLAGS=-fno-builtin-malloc")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-libc++-linking
- branch master updated (5f86eebd24 -> 85e67f7fea), guix-commits, 2024/02/13
- 01/17: gnu: opencv: Update to 4.8.1., guix-commits, 2024/02/13
- 02/17: gnu: tinydir: Update to 1.2.6., guix-commits, 2024/02/13
- 03/17: gnu: fast-float: Update to 6.0.0., guix-commits, 2024/02/13
- 07/17: gnu: yaehmop: Update to 2023.03.1., guix-commits, 2024/02/13
- 11/17: gnu: anubis: Update to 4.3., guix-commits, 2024/02/13
- 09/17: gnu: freesasa: Fix memerr tests.,
guix-commits <=
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0., guix-commits, 2024/02/13
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4., guix-commits, 2024/02/13
- 08/17: gnu: avalon-toolkit: Update to 2.0.5a., guix-commits, 2024/02/13
- 10/17: gnu: rdkit: Update to 2023.09.4., guix-commits, 2024/02/13
- 05/17: gnu: maeparser: Update to 1.3.1., guix-commits, 2024/02/13
- 12/17: gnu: qtpass: Update to 1.4.0., guix-commits, 2024/02/13
- 13/17: gnu: qtpass: Switch to qt-build-system and new package style., guix-commits, 2024/02/13