wgrib2: oneapi -> comp_sys="intel_linux" (#43632)
This commit is contained in:
		| @@ -150,7 +150,7 @@ def edit(self, spec, prefix): | ||||
|             makefile.filter(r"^%s=.*" % makefile_option, "{}={}".format(makefile_option, value)) | ||||
| 
 | ||||
|     def setup_build_environment(self, env): | ||||
|         if self.spec.compiler.name in "intel": | ||||
|         if self.spec.compiler.name in ["oneapi", "intel"]: | ||||
|             comp_sys = "intel_linux" | ||||
|         elif self.spec.compiler.name in ["gcc", "clang", "apple-clang"]: | ||||
|             comp_sys = "gnu_linux" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 eugeneswalker
					eugeneswalker