bump hdf5 to 1.12 ?

This commit is contained in:
Yann Dupont 2021-05-07 00:07:14 +02:00
parent 68a30a310a
commit 485b425d20

View file

@ -689,12 +689,12 @@ in the @code{debug} output), and binutils.")))
(define-public glicid-specific-hdf5
(package
(inherit hdf5)
(inherit hdf5-1.12)
(name "glicid-specific-hdf5")
(native-inputs `(
("gcc",gcc-11)
("gfortran",gfortran-11)
,@(package-native-inputs hdf5)))
,@(package-native-inputs hdf5-1.12)))
)
)
@ -703,7 +703,7 @@ in the @code{debug} output), and binutils.")))
(name "glicid-specific-hdf5-parallel-openmpi")
(inputs
`(("mpi" ,glicid-specific-openmpi)
,@(package-inputs hdf5)))
,@(package-inputs glicid-specific-hdf5)))
(arguments
; `(