ior package: Add patch to fix 3.2.0 with hdf5 (#10923)

This commit is contained in:
Michael Kuhn 2019-03-26 19:36:54 +01:00 committed by Peter Scheibel
parent f08c9aa601
commit 63ddc44db6

View File

@ -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')()