landsfcutil: support Fujitsu compiler (#29367)
This commit is contained in:
parent
2088d407a2
commit
aea10bf876
@ -27,3 +27,9 @@ def setup_run_environment(self, env):
|
|||||||
env.set('LANDSFCUTIL_LIB' + suffix, lib[0])
|
env.set('LANDSFCUTIL_LIB' + suffix, lib[0])
|
||||||
env.set('LANDSFCUTIL_INC' + suffix,
|
env.set('LANDSFCUTIL_INC' + suffix,
|
||||||
join_path(self.prefix, 'include_' + suffix))
|
join_path(self.prefix, 'include_' + suffix))
|
||||||
|
|
||||||
|
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