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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 95205aaa2c gnu: cl-hdf5-cffi: Use newer hdf5.
95205aaa2c is described below

commit 95205aaa2c4d25f3802dd87aa13235d00c339615
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Fri Oct 10 11:49:08 2025 +0200

    gnu: cl-hdf5-cffi: Use newer hdf5.
    
    * gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[inputs]: Replace hdf5-1.10 by
      hdf5.
      [arguments]: Update 'fix-newer-hdf5-compatibility' phase.
    
    Change-Id: I7de21d4d90174d318eb55df385f099b085b1fdc0
---
 gnu/packages/lisp-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e8b7997a4c..4dd416a926 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18483,7 +18483,7 @@ deletion.")
                                commit
                                "/LICENSE")))
       (inputs
-       (list hdf5-1.10 sbcl-cffi))
+       (list hdf5 sbcl-cffi))
       (native-inputs
        (list sbcl-fiveam))
       (arguments
@@ -18511,7 +18511,9 @@ deletion.")
                                         "src/h5t-grovel.lisp"
                                         "src/h5z-grovel.lisp")
                        (("_H5private_H")
-                        "H5private_H"))))
+                        "H5private_H")
+                       (("\\(\\(:H5I-REFERENCE   \"H5I_REFERENCE\"\\)\\)")
+                        ""))))
                  (add-after 'unpack 'fix-dependencies
                    (lambda* (#:key inputs #:allow-other-keys)
                      (substitute* "hdf5-cffi.asd"

Reply via email to