From 83a5308086fef725782b1d8bf2874a349fc2b9e6 Mon Sep 17 00:00:00 2001 From: q-posev Date: Tue, 26 Jul 2022 16:46:18 +0200 Subject: [PATCH] Adapt the description [Guix] --- tools/trexio.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/trexio.scm b/tools/trexio.scm index f4e00af..502ae6e 100644 --- a/tools/trexio.scm +++ b/tools/trexio.scm @@ -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)))