all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46693] [PATCH] Added HDF5 1.12.0.
@ 2021-02-21 18:57 Gerd Heber
  2021-02-21 21:04 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Heber @ 2021-02-21 18:57 UTC (permalink / raw)
  To: 46693; +Cc: Gerd Heber

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#46693] [PATCH] Added HDF5 1.12.0.
  2021-02-21 18:57 [bug#46693] [PATCH] Added HDF5 1.12.0 Gerd Heber
@ 2021-02-21 21:04 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-21 21:04 UTC (permalink / raw)
  To: Gerd Heber; +Cc: Gerd Heber, 46693

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-21 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 18:57 [bug#46693] [PATCH] Added HDF5 1.12.0 Gerd Heber
2021-02-21 21:04 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.