landsfcutil: support Fujitsu compiler (#29367)
This commit is contained in:
		| @@ -27,3 +27,9 @@ def setup_run_environment(self, env): | ||||
|             env.set('LANDSFCUTIL_LIB' + suffix, lib[0]) | ||||
|             env.set('LANDSFCUTIL_INC' + 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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Qian Jianhua
					Qian Jianhua