Merge pull request #144920 from trofi/fix-hdf5-determinism
hdf5: fix non-determinism by removing timestamps from .data
This commit is contained in:
@@ -67,6 +67,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
./bin-mv.patch
|
||||
|
||||
# Avoid non-determinism in autoconf build system:
|
||||
# - build time
|
||||
# - build user
|
||||
# - uname -a (kernel version)
|
||||
# Can be dropped once/if we switch to cmake.
|
||||
./hdf5-more-determinism.patch
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
|
||||
index a4d4af6..70f1909 100644
|
||||
--- a/src/libhdf5.settings.in
|
||||
+++ b/src/libhdf5.settings.in
|
||||
@@ -4,10 +4,7 @@
|
||||
General Information:
|
||||
-------------------
|
||||
HDF5 Version: @H5_VERSION@
|
||||
- Configured on: @CONFIG_DATE@
|
||||
- Configured by: @CONFIG_USER@
|
||||
Host system: @host_cpu@-@host_vendor@-@host_os@
|
||||
- Uname information: @UNAME_INFO@
|
||||
Byte sex: @BYTESEX@
|
||||
Installation point: @prefix@
|
||||
|
||||
Reference in New Issue
Block a user