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