adios: Fix build with gcc@10: (#16569)
This commit is contained in:
parent
1367b63e99
commit
97779e3539
@ -127,6 +127,11 @@ def with_or_without_hdf5(self, activated):
|
||||
|
||||
return '--without-phdf5'
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
# https://github.com/ornladios/ADIOS/issues/206
|
||||
if self.spec.satisfies('%gcc@10: +fortran'):
|
||||
env.set('FCFLAGS', '-fallow-argument-mismatch')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
self.validate(spec)
|
||||
|
Loading…
Reference in New Issue
Block a user