sfcio: support Fujitsu compiler (#29364)
This commit is contained in:
parent
3d29e0d641
commit
cc14384818
@ -25,3 +25,9 @@ def setup_run_environment(self, env):
|
||||
for suffix in ('4', ''):
|
||||
env.set('SFCIO_LIB' + suffix, lib[0])
|
||||
env.set('SFCIO_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