sfcio: support Fujitsu compiler (#29364)
This commit is contained in:
		| @@ -25,3 +25,9 @@ def setup_run_environment(self, env): | |||||||
|         for suffix in ('4', ''): |         for suffix in ('4', ''): | ||||||
|             env.set('SFCIO_LIB' + suffix, lib[0]) |             env.set('SFCIO_LIB' + suffix, lib[0]) | ||||||
|             env.set('SFCIO_INC' + suffix, join_path(self.prefix, 'include')) |             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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Qian Jianhua
					Qian Jianhua