mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
hum, is syntax ok ?
This commit is contained in:
parent
707d4d4726
commit
0fd827821f
1 changed files with 11 additions and 4 deletions
|
@ -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")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue