Skip to content

Commit efb8324

Browse files
committed
Consistency for potential versions
1 parent d60106a commit efb8324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos/spack_repo/builtin/packages/axom/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ class Axom(CachedCMakePackage, CudaPackage, ROCmPackage):
141141
variant("int64", default=True, description="Use 64bit integers for IndexType")
142142

143143
# variants for package dependencies
144-
variant("adiak", default=False, when="@0.13.0:", description="Build with adiak")
145-
variant("caliper", default=False, when="@0.13.0:", description="Build with caliper")
144+
variant("adiak", default=False, when="@0.13:", description="Build with adiak")
145+
variant("caliper", default=False, when="@0.13:", description="Build with caliper")
146146
variant("conduit", default=True, description="Build with conduit")
147147

148148
variant("opencascade", default=False, description="Build with opencascade")

0 commit comments

Comments
 (0)