From 0fd827821f9033fb425fed895814157dd0a03240 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Thu, 6 May 2021 22:52:33 +0200 Subject: [PATCH] hum, is syntax ok ? --- gnu/packages/glicid.scm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index aafaaca..eee52d9 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -705,7 +705,12 @@ in the @code{debug} output), and binutils."))) `(("mpi" ,glicid-specific-openmpi) ,@(package-inputs hdf5))) (arguments - (substitute-keyword-arguments (package-arguments glicid-specific-hdf5) + + `( + #:tests? #f + + + substitute-keyword-arguments (package-arguments glicid-specific-hdf5) ((#:configure-flags flags) ``("--enable-parallel" ,@(delete "--enable-cxx" @@ -727,10 +732,12 @@ in the @code{debug} output), and binutils."))) (string-append front back "\n"))) (substitute* "tools/test/h5diff/testph5diff.sh" (("/bin/sh") (which "sh"))) - #t))))) - '(#:tests? #f)) + #t)))) + +)) + + -) (synopsis "Management suite for data with parallel IO support")))