[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72071] [PATCH 2/2] Fix broken HDF5 test: Do not modify the file src
From: |
Luca Cirrottola |
Subject: |
[bug#72071] [PATCH 2/2] Fix broken HDF5 test: Do not modify the file src/libhdf5.settings generated by the configure script, as it will be checked against a new version generated by the test code in test/test_check_version.sh.in. |
Date: |
Fri, 12 Jul 2024 11:49:00 +0200 |
---
gnu/packages/maths.scm | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8116569bca..2f12deba3b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1729,19 +1729,6 @@ (define-public hdf5-1.8
(("libhdf5hl_fortran_la_LDFLAGS =")
(string-append "libhdf5hl_fortran_la_LDFLAGS = -Wl,-rpath="
(assoc-ref outputs "fortran") "/lib")))))
- (add-after 'configure 'patch-settings
- (lambda _
- ;; libhdf5.settings contains the full path of the
- ;; compilers used, and its contents are included in
- ;; libhdf5.so. We truncate the hashes to avoid
- ;; unnecessary store references to those compilers:
- (substitute* "src/libhdf5.settings"
- (("(/gnu/store/)([a-zA-Z0-9]*)" all prefix hash)
- (string-append prefix (string-take hash 10) "..."))
- ;; Don't record the build-time kernel version to make the
- ;; settings file reproducible.
- (("Uname information:.*")
- "Uname information: Linux\n"))))
(add-after 'install 'patch-references
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin"))
--
2.34.1
- [bug#72071] [PATCH 0/2] Fix hdf5-parallel-openmpi, Luca Cirrottola, 2024/07/12
- [bug#72071] [PATCH 1/2] Solve issue https://issues.guix.gnu.org/68313 by updating HDF5 version to 1.14.3 (containing the official fix https://github.com/HDFGroup/hdf5/pull/3421)., Luca Cirrottola, 2024/07/12
- [bug#72071] [PATCH 2/2] Fix broken HDF5 test: Do not modify the file src/libhdf5.settings generated by the configure script, as it will be checked against a new version generated by the test code in test/test_check_version.sh.in.,
Luca Cirrottola <=
- [bug#72071] [PATCH 0/2] Fix hdf5-parallel-openmpi, Ludovic Courtès, 2024/07/19
- [bug#72071] [PATCH 0/1] Split the patch-settings phase into copy-settings, patch-settings-for-build, restore-settings-for-check, patch-settings-for-install, Luca Cirrottola, 2024/07/25
- [bug#72071] [PATCH 0/2] A clean series of patches, Luca Cirrottola, 2024/07/29