gnu: hdf5-parallel-openmpi: Update to 1.10.6.
* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10.
This commit is contained in:
parent
949672c923
commit
5930963555
1 changed files with 2 additions and 2 deletions
|
@ -1411,7 +1411,7 @@ Swath).")
|
||||||
(license (license:non-copyleft home-page))))
|
(license (license:non-copyleft home-page))))
|
||||||
|
|
||||||
(define-public hdf5-parallel-openmpi
|
(define-public hdf5-parallel-openmpi
|
||||||
(package/inherit hdf5
|
(package/inherit hdf5-1.10 ;use the latest
|
||||||
(name "hdf5-parallel-openmpi")
|
(name "hdf5-parallel-openmpi")
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpi" ,openmpi)
|
`(("mpi" ,openmpi)
|
||||||
|
@ -1437,7 +1437,7 @@ Swath).")
|
||||||
(substitute* "testpar/Makefile"
|
(substitute* "testpar/Makefile"
|
||||||
(("(^TEST_PROG_PARA.*)t_pflush1(.*)" front back)
|
(("(^TEST_PROG_PARA.*)t_pflush1(.*)" front back)
|
||||||
(string-append front back "\n")))
|
(string-append front back "\n")))
|
||||||
(substitute* "tools/h5diff/testph5diff.sh"
|
(substitute* "tools/test/h5diff/testph5diff.sh"
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(synopsis "Management suite for data with parallel IO support")))
|
(synopsis "Management suite for data with parallel IO support")))
|
||||||
|
|
Reference in a new issue