superlu-dist: -std=c99 prevents usage of putenv() (#40729)
This commit is contained in:
		| @@ -134,8 +134,6 @@ def flag_handler(self, name, flags): | |||||||
|         flags = list(flags) |         flags = list(flags) | ||||||
|         if name == "cxxflags": |         if name == "cxxflags": | ||||||
|             flags.append(self.compiler.cxx11_flag) |             flags.append(self.compiler.cxx11_flag) | ||||||
|         if name == "cflags" and "%pgi" not in self.spec: |  | ||||||
|             flags.append("-std=c99") |  | ||||||
|         if ( |         if ( | ||||||
|             name == "cflags" |             name == "cflags" | ||||||
|             and (self.spec.satisfies("%xl") or self.spec.satisfies("%xl_r")) |             and (self.spec.satisfies("%xl") or self.spec.satisfies("%xl_r")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Satish Balay
					Satish Balay