Skip to content
Snippets Groups Projects
Unverified Commit 1d152a44 authored by Kai Germaschewski's avatar Kai Germaschewski Committed by GitHub
Browse files

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

parent 31f660bd
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,10 @@ class Adios(AutotoolsPackage): ...@@ -105,6 +105,10 @@ class Adios(AutotoolsPackage):
# https://github.com/ornladios/ADIOS/pull/204 # https://github.com/ornladios/ADIOS/pull/204
patch('zfp051.patch', when='@1.11.0:1.13.1') 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): def validate(self, spec):
"""Checks if incompatible variants have been activated at the same time """Checks if incompatible variants have been activated at the same time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment