emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74353: closed ([PATCH] gnu: hdf5: Remove machine info from libraries


From: GNU bug Tracking System
Subject: bug#74353: closed ([PATCH] gnu: hdf5: Remove machine info from libraries.)
Date: Mon, 18 Nov 2024 09:21:01 +0000

Your message dated Mon, 18 Nov 2024 10:20:45 +0100
with message-id <87h684gaoi.fsf@gnu.org>
and subject line Re: [bug#74353] [PATCH] gnu: hdf5: Remove machine info from 
libraries.
has caused the debbugs.gnu.org bug report #74353,
regarding [PATCH] gnu: hdf5: Remove machine info from libraries.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74353: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74353
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: hdf5: Remove machine info from libraries. Date: Thu, 14 Nov 2024 15:49:31 +0100
Change-Id: I1435b866babeb95af48e0fd970d931f022c8bc67
---
 gnu/packages/maths.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bb6c1648b5..89fb9291b8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1726,7 +1726,14 @@ (define-public hdf5-1.14
                 ;; modifies the test reference.
                 (substitute* "test/test_check_version.sh.in"
                   (("TESTING\\(\\).*" all)
-                   (string-append all "\nSKIP; exit 0\n")))))))))))
+                   (string-append all "\nSKIP; exit 0\n")))))
+            (add-after 'patch-configure 'patch-configure-build-settings
+              (lambda _
+                (substitute* "src/H5build_settings.autotools.c.in"
+                  ;; Don't record the build-time kernel version to make the
+                  ;; library file reproducible.
+                  (("@UNAME_INFO@")
+                   "Linux"))))))))))
 
 (define-public hdf5
   ;; Default version of HDF5.

base-commit: b10ce47d8be5b6c15987f4e1d93b3bd71b1eb220
-- 
2.44.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74353] [PATCH] gnu: hdf5: Remove machine info from libraries. Date: Mon, 18 Nov 2024 10:20:45 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Lars Bilke <lars.bilke@ufz.de> skribis:

> Change-Id: I1435b866babeb95af48e0fd970d931f022c8bc67
> ---
>  gnu/packages/maths.scm | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index bb6c1648b5..89fb9291b8 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -1726,7 +1726,14 @@ (define-public hdf5-1.14
>                  ;; modifies the test reference.
>                  (substitute* "test/test_check_version.sh.in"
>                    (("TESTING\\(\\).*" all)
> -                   (string-append all "\nSKIP; exit 0\n")))))))))))
> +                   (string-append all "\nSKIP; exit 0\n")))))
> +            (add-after 'patch-configure 'patch-configure-build-settings
> +              (lambda _
> +                (substitute* "src/H5build_settings.autotools.c.in"
> +                  ;; Don't record the build-time kernel version to make the
> +                  ;; library file reproducible.
> +                  (("@UNAME_INFO@")
> +                   "Linux"))))))))))

Added a commit log and applied it, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]