GNU bug report logs - #46693
[PATCH] Added HDF5 1.12.0.

Previous Next

Package: guix-patches;

Reported by: Gerd Heber <gerd.heber <at> gmail.com>

Date: Sun, 21 Feb 2021 19:48:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 46693 in the body.
You can then email your comments to 46693 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46693; Package guix-patches. (Sun, 21 Feb 2021 19:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gerd Heber <gerd.heber <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Feb 2021 19:48:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gerd Heber <gerd.heber <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gerd Heber <gheber <at> hdfgroup.org>
Subject: [PATCH] Added HDF5 1.12.0.
Date: Sun, 21 Feb 2021 12:57:51 -0600
---
 gnu/packages/maths.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 42f3881bbc..a40e4677af 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1219,6 +1219,25 @@ extremely large and complex data collections.")
         (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
+(define-public hdf5-1.12
+  (package/inherit hdf5-1.8
+    (version "1.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (list (string-append "https://support.hdfgroup.org/ftp/HDF5/releases/"
+                                 "hdf5-" (version-major+minor version)
+                                 "/hdf5-" version "/src/hdf5-"
+                                 version ".tar.bz2")
+                  (string-append "https://support.hdfgroup.org/ftp/HDF5/"
+                                 "current"
+                                 (apply string-append
+                                        (take (string-split version #\.) 2))
+                                 "/src/hdf5-" version ".tar.bz2")))
+       (sha256
+        (base32 "0qazfslkqbmzg495jafpvqp0khws3jkxa0z7rph9qvhacil6544p"))
+       (patches (search-patches "hdf5-config-date.patch"))))))
+
 (define-public hdf5
   ;; Default version of HDF5.
   hdf5-1.10)
-- 
2.30.1





bug closed, send any further explanations to 46693 <at> debbugs.gnu.org and Gerd Heber <gerd.heber <at> gmail.com> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Sun, 21 Feb 2021 21:05:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#46693; Package guix-patches. (Sun, 21 Feb 2021 21:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 46693 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Gerd Heber <gerd.heber <at> gmail.com>
Cc: Gerd Heber <gheber <at> hdfgroup.org>, 46693 <at> debbugs.gnu.org
Subject: Re: [bug#46693] [PATCH] Added HDF5 1.12.0.
Date: Sun, 21 Feb 2021 16:04:30 -0500
On Sun, Feb 21, 2021 at 12:57:51PM -0600, Gerd Heber wrote:
> ---
>  gnu/packages/maths.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index 42f3881bbc..a40e4677af 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -1219,6 +1219,25 @@ extremely large and complex data collections.")
>          (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
>         (patches (search-patches "hdf5-config-date.patch"))))))
>  
> +(define-public hdf5-1.12

Thanks! I wrote the commit message, added your name to the list of
authors, and pushed as f601cdc6981888f55882c942dab413cb783caecc




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 22 Mar 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.