tau %oneapi: -Wno-error=implicit-function-declaration (#37829)
This commit is contained in:
		| @@ -144,6 +144,9 @@ class Tau(Package): | |||||||
|     def set_compiler_options(self, spec): |     def set_compiler_options(self, spec): | ||||||
|         useropt = ["-O2 -g", self.rpath_args] |         useropt = ["-O2 -g", self.rpath_args] | ||||||
| 
 | 
 | ||||||
|  |         if self.spec.satisfies("%oneapi"): | ||||||
|  |             useropt.append("-Wno-error=implicit-function-declaration") | ||||||
|  | 
 | ||||||
|         ########## |         ########## | ||||||
|         # Selecting a compiler with TAU configure is quite tricky: |         # Selecting a compiler with TAU configure is quite tricky: | ||||||
|         # 1 - compilers are mapped to a given set of strings |         # 1 - compilers are mapped to a given set of strings | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 eugeneswalker
					eugeneswalker