This reverts commit 62f83dfb6d
.
This commit is contained in:
parent
aea2c73b04
commit
68233db9f6
1 changed files with 0 additions and 4 deletions
|
@ -66,10 +66,6 @@ def flag_handler(self, name, flags):
|
|||
iflags.append("-Wno-error=implicit-function-declaration")
|
||||
return (iflags, None, None)
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if self.spec.satisfies("%oneapi@2023.0.0:"):
|
||||
env.set("CFLAGS", "-Wno-error=implicit-function-declaration")
|
||||
|
||||
@classmethod
|
||||
def determine_version(cls, exe):
|
||||
output = Executable(exe)("--version", output=str, error=str)
|
||||
|
|
Loading…
Reference in a new issue