loki%oneapi@2025: -Wno-error=missing-template-arg-list-after-template-kw (#47475)

This commit is contained in:
eugeneswalker 2024-11-06 17:49:35 -08:00 committed by GitHub
parent 074b845cd3
commit bf11fb037b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ class Loki(MakefilePackage):
def flag_handler(self, name, flags):
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:"):
flags.append("-Wno-error=dynamic-exception-spec")
if self.spec.satisfies("@0.1.7 %gcc@11:"):