flux-sched: fix oneapi build (#32233)
This commit is contained in:
parent
9d55a0436b
commit
3d4705ffab
@ -138,6 +138,8 @@ def configure_args(self):
|
||||
args.append("CXXFLAGS=-Wno-uninitialized")
|
||||
if self.spec.satisfies("%clang@12:"):
|
||||
args.append("CXXFLAGS=-Wno-defaulted-function-deleted")
|
||||
if self.spec.satisfies("%oneapi"):
|
||||
args.append("CXXFLAGS=-Wno-tautological-constant-compare")
|
||||
# flux-sched's ax_boost is sometimes weird about non-system locations
|
||||
# explicitly setting the path guarantees success
|
||||
args.append("--with-boost={0}".format(self.spec["boost"].prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user