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
|
||||
iflags = []
|
||||
if name == "cflags":
|
||||
if spec.satisfies("@0.3.20 %oneapi"):
|
||||
if spec.satisfies("@0.3.20: %oneapi"):
|
||||
iflags.append("-Wno-error=implicit-function-declaration")
|
||||
return (iflags, None, None)
|
||||
|
||||
|
|
Loading…
Reference in a new issue