parent
66bfad8d44
commit
2242b9f338
1 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue