mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
Update manifest to link against any HDF5
This commit is contained in:
parent
91defb120f
commit
351c2bcffa
@ -25,7 +25,7 @@
|
|||||||
))))
|
))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--enable-silent-rules")))
|
(arguments '(#:configure-flags '("--enable-silent-rules")))
|
||||||
(inputs `(("hdf5" ,hdf5-1.12) ("gfortran", gfortran)))
|
(inputs `(("hdf5" ,hdf5) ("gfortran", gfortran)))
|
||||||
(synopsis "TREX I/O lbrary: trexio package")
|
(synopsis "TREX I/O lbrary: trexio package")
|
||||||
(description "APIs in C and Fortran to exchange wavefunction data.
|
(description "APIs in C and Fortran to exchange wavefunction data.
|
||||||
Supports HDF5 and TEXT back ends.")
|
Supports HDF5 and TEXT back ends.")
|
||||||
|
Loading…
Reference in New Issue
Block a user