openblas %oneapi: extend application of --Wno-error=implicit-function-declaration (#33576)
This commit is contained in:
parent
d4a0f588e9
commit
0896bf928b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ def flag_handler(self, name, flags):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
iflags = []
|
iflags = []
|
||||||
if name == "cflags":
|
if name == "cflags":
|
||||||
if spec.satisfies("@0.3.20 %oneapi"):
|
if spec.satisfies("@0.3.20: %oneapi"):
|
||||||
iflags.append("-Wno-error=implicit-function-declaration")
|
iflags.append("-Wno-error=implicit-function-declaration")
|
||||||
return (iflags, None, None)
|
return (iflags, None, None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue