mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump hdf5 to 1.12 ?
This commit is contained in:
parent
68a30a310a
commit
485b425d20
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
; `(
|
||||
|
|
Loading…
Add table
Reference in a new issue