loki%oneapi@2025: -Wno-error=missing-template-arg-list-after-template-kw (#47475)
This commit is contained in:
parent
074b845cd3
commit
bf11fb037b
@ -24,6 +24,8 @@ class Loki(MakefilePackage):
|
|||||||
|
|
||||||
def flag_handler(self, name, flags):
|
def flag_handler(self, name, flags):
|
||||||
if name == "cxxflags":
|
if name == "cxxflags":
|
||||||
|
if self.spec.satisfies("%oneapi@2025:"):
|
||||||
|
flags.append("-Wno-error=missing-template-arg-list-after-template-kw")
|
||||||
if self.spec.satisfies("%oneapi@2023.0.0:"):
|
if self.spec.satisfies("%oneapi@2023.0.0:"):
|
||||||
flags.append("-Wno-error=dynamic-exception-spec")
|
flags.append("-Wno-error=dynamic-exception-spec")
|
||||||
if self.spec.satisfies("@0.1.7 %gcc@11:"):
|
if self.spec.satisfies("@0.1.7 %gcc@11:"):
|
||||||
|
Loading…
Reference in New Issue
Block a user