arpack-ng %cce: add -hnopattern to fflags (#33424)
This commit is contained in:
parent
70d2556f4b
commit
3e1db75372
@ -87,6 +87,11 @@ def flag_handler(self, name, flags):
|
|||||||
if name == "cflags":
|
if name == "cflags":
|
||||||
if spec.satisfies("%oneapi"):
|
if spec.satisfies("%oneapi"):
|
||||||
iflags.append("-Wno-error=implicit-function-declaration")
|
iflags.append("-Wno-error=implicit-function-declaration")
|
||||||
|
|
||||||
|
if name == "fflags":
|
||||||
|
if self.spec.satisfies("%cce"):
|
||||||
|
iflags.append("-hnopattern")
|
||||||
|
|
||||||
return (iflags, None, None)
|
return (iflags, None, None)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user