1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 12:23:54 +01:00

Adapt the description [Guix]

This commit is contained in:
q-posev 2022-07-26 16:46:18 +02:00
parent 351c2bcffa
commit 83a5308086

View File

@ -26,9 +26,9 @@
(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) ("gfortran", gfortran))) (inputs `(("hdf5" ,hdf5) ("gfortran", gfortran)))
(synopsis "TREX I/O lbrary: trexio package") (synopsis "TREX I/O library")
(description "APIs in C and Fortran to exchange wavefunction data. (description "The TREXIO library defines a standard format for storing wave functions, together with
Supports HDF5 and TEXT back ends.") an C-compatible API such that it can be easily used in any programming language.")
(home-page "https://trex-coe.github.io/trexio") (home-page "https://trex-coe.github.io/trexio")
(license bsd-3))) (license bsd-3)))