hdf: build with gcc10 (#20773)

This commit is contained in:
Kurt Sansom 2021-01-21 17:07:28 -06:00 committed by GitHub
parent 6b13909cc1
commit 06f65afdd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,14 @@ def configure_args(self):
# We should not specify '--disable-hdf4-xdr' due to a bug in the # We should not specify '--disable-hdf4-xdr' due to a bug in the
# configure script. # configure script.
config_args.append('LIBS=%s' % self.spec['rpc'].libs.link_flags) config_args.append('LIBS=%s' % self.spec['rpc'].libs.link_flags)
# https://github.com/Parallel-NetCDF/PnetCDF/issues/61
if self.spec.satisfies('%gcc@10:'):
config_args.extend([
'FFLAGS=-fallow-argument-mismatch',
'FCFLAGS=-fallow-argument-mismatch']
)
return config_args return config_args
# Otherwise, we randomly get: # Otherwise, we randomly get: