openblas: add -Wno-error=implicit-function-declaration for Arm compiler (#36821)
This commit is contained in:
parent
22984edb1b
commit
cf817bdd4e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,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") or spec.satisfies("@0.3.20: %arm"):
|
||||||
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