[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add hdf5@1.14.
From: |
guix-commits |
Subject: |
04/11: gnu: Add hdf5@1.14. |
Date: |
Fri, 31 Mar 2023 00:01:31 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 8af64f3963366b4800b3d8cc84c94edb9f5eaac0
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Mar 22 13:57:11 2023 +0000
gnu: Add hdf5@1.14.
* gnu/packages/maths.scm (hdf5-1.14): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/maths.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9c8f1d89e2..3a5b2d4863 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1551,6 +1551,26 @@ extremely large and complex data collections.")
(base32 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s"))
(patches (search-patches "hdf5-config-date.patch"))))))
+(define-public hdf5-1.14
+ (package
+ (inherit hdf5-1.8)
+ (version "1.14.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 "181bdh8hp7v9xqwcby3lknr92lxlicc2hqscba3f5nhf8lrr9rz4"))
+ (patches (search-patches "hdf5-config-date.patch"))))))
+
(define-public hdf5
;; Default version of HDF5.
hdf5-1.10)
- branch staging updated (4f49d03149 -> 4876226dd5), guix-commits, 2023/03/31
- 03/11: gnu: hdf5@1.12: Update to 1.12.2., guix-commits, 2023/03/31
- 01/11: gnu: hdf5@1.8: Update to 1.8.23., guix-commits, 2023/03/31
- 05/11: gnu: hdf5-1.8: Delete trailing #t., guix-commits, 2023/03/31
- 06/11: gnu: go-1.17: Update to 1.17.13., guix-commits, 2023/03/31
- 02/11: gnu: hdf5@1.10: Update to 1.10.9., guix-commits, 2023/03/31
- 04/11: gnu: Add hdf5@1.14.,
guix-commits <=
- 07/11: gnu: Remove ucd-next., guix-commits, 2023/03/31
- 09/11: gnu: sdl2: Update to 2.26.2., guix-commits, 2023/03/31
- 11/11: gnu: go: Update home page URL., guix-commits, 2023/03/31
- 08/11: gnu: ucd: Update to 15.0.0., guix-commits, 2023/03/31
- 10/11: gnu: python-coverage: Update to 5.5., guix-commits, 2023/03/31