Skip to content

Commit bf11fb0

Browse files
loki%oneapi@2025: -Wno-error=missing-template-arg-list-after-template-kw (spack#47475)
1 parent 074b845 commit bf11fb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

var/spack/repos/builtin/packages/loki/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class Loki(MakefilePackage):
2424

2525
def flag_handler(self, name, flags):
2626
if name == "cxxflags":
27+
if self.spec.satisfies("%oneapi@2025:"):
28+
flags.append("-Wno-error=missing-template-arg-list-after-template-kw")
2729
if self.spec.satisfies("%[email protected]:"):
2830
flags.append("-Wno-error=dynamic-exception-spec")
2931
if self.spec.satisfies("@0.1.7 %gcc@11:"):

0 commit comments

Comments
 (0)