hum, is syntax ok ?

This commit is contained in:
Yann Dupont 2021-05-06 22:52:33 +02:00
parent 707d4d4726
commit 0fd827821f

View file

@ -705,7 +705,12 @@ in the @code{debug} output), and binutils.")))
`(("mpi" ,glicid-specific-openmpi) `(("mpi" ,glicid-specific-openmpi)
,@(package-inputs hdf5))) ,@(package-inputs hdf5)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments glicid-specific-hdf5)
`(
#:tests? #f
substitute-keyword-arguments (package-arguments glicid-specific-hdf5)
((#:configure-flags flags) ((#:configure-flags flags)
``("--enable-parallel" ``("--enable-parallel"
,@(delete "--enable-cxx" ,@(delete "--enable-cxx"
@ -727,10 +732,12 @@ in the @code{debug} output), and binutils.")))
(string-append front back "\n"))) (string-append front back "\n")))
(substitute* "tools/test/h5diff/testph5diff.sh" (substitute* "tools/test/h5diff/testph5diff.sh"
(("/bin/sh") (which "sh"))) (("/bin/sh") (which "sh")))
#t))))) #t))))
'(#:tests? #f))
))
)
(synopsis "Management suite for data with parallel IO support"))) (synopsis "Management suite for data with parallel IO support")))