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 spec.satisfies("%oneapi"):
|
||||
iflags.append("-Wno-error=implicit-function-declaration")
|
||||
|
||||
if name == "fflags":
|
||||
if self.spec.satisfies("%cce"):
|
||||
iflags.append("-hnopattern")
|
||||
|
||||
return (iflags, None, None)
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user