superlu-dist: -std=c99 prevents usage of putenv() (#40729)
This commit is contained in:
parent
73f012b999
commit
9aa75eaf65
1 changed files with 0 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue