ADIOS: Fix no-MPI Build (#18453)
Do not apply this patch in no-MPI builds. I think this autotools check logic is generally borked, this will just set it manually to on/off now.
This commit is contained in:
parent
17f7b23783
commit
0740a4ac7e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Adios(AutotoolsPackage):
|
|||
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:',
|
||||
patch('https://github.com/ornladios/ADIOS/pull/207.patch', when='@1.12.0: +mpi',
|
||||
sha256='01113e9efb929d71c28bf33cc8b7f215d85195ec700e99cb41164e2f8f830640')
|
||||
|
||||
def validate(self, spec):
|
||||
|
|
Loading…
Reference in a new issue