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:
Axel Huebl 2020-09-01 18:17:51 -07:00 committed by GitHub
parent 17f7b23783
commit 0740a4ac7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):