update IOR package (#10595)

- new GitHub home
- new 3.2 release
This commit is contained in:
Rob Latham 2019-02-19 05:10:17 -06:00 committed by Massimiliano Culpo
parent 66bfad8d44
commit 2242b9f338

View file

@ -10,9 +10,10 @@ class Ior(AutotoolsPackage):
"""The IOR software is used for benchmarking parallel file systems
using POSIX, MPI-IO, or HDF5 interfaces."""
homepage = "https://github.com/LLNL/ior"
url = "https://github.com/LLNL/ior/archive/3.0.1.tar.gz"
homepage = "https://github.com/hpc/ior"
url = "https://github.com/hpc/ior/archive/3.2.0.tar.gz"
version('3.2.0', sha256='0cda0e00b7f070c6754ef8acb3873eb3a625bd8dee3f2e220291656be1322bbb')
version('3.0.1', '71150025e0bb6ea1761150f48b553065')
variant('hdf5', default=False, description='support IO with HDF5 backend')