fix configure.ac/autotools issue that casues problems on RHEL 7.7 (#17465)
This commit is contained in:
parent
31f660bd90
commit
1d152a44fd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue