1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 04:14:40 +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)
(arguments '(#:configure-flags '("--enable-silent-rules")))
(inputs `(("hdf5" ,hdf5) ("gfortran", gfortran)))
(synopsis "TREX I/O lbrary: trexio package")
(description "APIs in C and Fortran to exchange wavefunction data.
Supports HDF5 and TEXT back ends.")
(synopsis "TREX I/O library")
(description "The TREXIO library defines a standard format for storing wave functions, together with
an C-compatible API such that it can be easily used in any programming language.")
(home-page "https://trex-coe.github.io/trexio")
(license bsd-3)))