fix configure.ac/autotools issue that casues problems on RHEL 7.7 (#17465)

This commit is contained in:
Kai Germaschewski 2020-08-13 19:20:05 -04:00 committed by GitHub
parent 31f660bd90
commit 1d152a44fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,10 @@ class Adios(AutotoolsPackage):
# https://github.com/ornladios/ADIOS/pull/204
patch('zfp051.patch', when='@1.11.0:1.13.1')
# Fix a bug in configure.ac that causes automake issues on RHEL 7.7
patch('https://github.com/ornladios/ADIOS/pull/207.patch', when='@1.12.0:',
sha256='01113e9efb929d71c28bf33cc8b7f215d85195ec700e99cb41164e2f8f830640')
def validate(self, spec):
"""Checks if incompatible variants have been activated at the same time