gfsio: support Fujitsu compiler (#29311)
This commit is contained in:
parent
01c1e6860f
commit
79c0f631de
@ -25,3 +25,9 @@ def setup_run_environment(self, env):
|
||||
for suffix in ('4', ''):
|
||||
env.set('GFSIO_LIB' + suffix, lib[0])
|
||||
env.set('GFSIO_INC' + suffix, join_path(self.prefix, 'include'))
|
||||
|
||||
def flag_handler(self, name, flags):
|
||||
if self.spec.satisfies('%fj'):
|
||||
if name == 'fflags':
|
||||
flags.append('-Free')
|
||||
return (None, None, flags)
|
||||
|
Loading…
Reference in New Issue
Block a user