guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hdf5: Remove 1.12.2.


From: guix-commits
Subject: branch master updated: gnu: hdf5: Remove 1.12.2.
Date: Mon, 21 Aug 2023 16:37:55 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b08178a053 gnu: hdf5: Remove 1.12.2.
b08178a053 is described below

commit b08178a053757c4eb95b95e7c3c0d75881d8b714
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Aug 21 22:35:34 2023 +0200

    gnu: hdf5: Remove 1.12.2.
    
    * gnu/packages/maths.scm (hdf5-1.12): Remove variable.
---
 gnu/packages/maths.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1666d6e420..d43f616e38 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1552,26 +1552,6 @@ extremely large and complex data collections.")
         (base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
-(define-public hdf5-1.12
-  (package
-    (inherit hdf5-1.8)
-    (version "1.12.2")
-    (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 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s"))
-       (patches (search-patches "hdf5-config-date.patch"))))))
-
 (define-public hdf5-1.14
   (package
     (inherit hdf5-1.8)



reply via email to

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