IOR package: add version 3.2.1 (#14582)
This commit is contained in:
parent
1c9337a5e4
commit
6fd2c66022
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@ class Ior(AutotoolsPackage):
|
|||
using POSIX, MPI-IO, or HDF5 interfaces."""
|
||||
|
||||
homepage = "https://github.com/hpc/ior"
|
||||
url = "https://github.com/hpc/ior/archive/3.2.0.tar.gz"
|
||||
url = "https://github.com/hpc/ior/archive/3.2.1.tar.gz"
|
||||
|
||||
version('3.2.0', sha256='91a766fb9c34b5780705d0997b71b236a1120da46652763ba11d9a8c44251852')
|
||||
version('3.2.1', sha256='ebcf2495aecb357370a91a2d5852cfd83bba72765e586bcfaf15fb79ca46d00e')
|
||||
version('3.2.0', sha256='91a766fb9c34b5780705d0997b71b236a1120da46652763ba11d9a8c44251852')
|
||||
version('3.0.1', sha256='0cbefbcdb02fb13ba364e102f9e7cc2dcf761698533dac25de446a3a3e81390d')
|
||||
|
||||
variant('hdf5', default=False, description='support IO with HDF5 backend')
|
||||
|
|
Loading…
Reference in a new issue