diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2020-08-26 00:45:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-08-26 00:51:57 +0200 |
commit | 593096355501dfd76c2e92b1fbd87f940ab1d1f2 (patch) | |
tree | b9e6681fbe6beb097e6e0e5cdca90a9ab91d9c32 /gnu/packages/maths.scm | |
parent | 949672c923b6a3953471c446e0b19f30be335572 (diff) | |
download | guix-593096355501dfd76c2e92b1fbd87f940ab1d1f2.tar guix-593096355501dfd76c2e92b1fbd87f940ab1d1f2.tar.gz |
gnu: hdf5-parallel-openmpi: Update to 1.10.6.
* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8e0d30742a..20582c33da 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1411,7 +1411,7 @@ Swath).") (license (license:non-copyleft home-page)))) (define-public hdf5-parallel-openmpi - (package/inherit hdf5 + (package/inherit hdf5-1.10 ;use the latest (name "hdf5-parallel-openmpi") (inputs `(("mpi" ,openmpi) @@ -1437,7 +1437,7 @@ Swath).") (substitute* "testpar/Makefile" (("(^TEST_PROG_PARA.*)t_pflush1(.*)" front back) (string-append front back "\n"))) - (substitute* "tools/h5diff/testph5diff.sh" + (substitute* "tools/test/h5diff/testph5diff.sh" (("/bin/sh") (which "sh"))) #t)))))) (synopsis "Management suite for data with parallel IO support"))) |