summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/ior/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ior/package.py b/var/spack/repos/builtin/packages/ior/package.py
index bf408ed67f..3e37cbdb28 100644
--- a/var/spack/repos/builtin/packages/ior/package.py
+++ b/var/spack/repos/builtin/packages/ior/package.py
@@ -27,6 +27,12 @@ class Ior(AutotoolsPackage):
depends_on('hdf5+mpi', when='+hdf5')
depends_on('parallel-netcdf', when='+ncmpi')
+ # The build for 3.2.0 fails if hdf5 is enabled
+ # See https://github.com/hpc/ior/pull/124
+ patch('https://github.com/hpc/ior/commit/1dbca5c293f95074f9887ddb2043fa984670fb4d.patch',
+ sha256='f28d6638a74a09e147e9fa870930e54a82ff580d1c232add47a67c375e255ada',
+ when='@3.2.0 +hdf5')
+
@run_before('autoreconf')
def bootstrap(self):
Executable('./bootstrap')()