Skip to content

Commit 20cc417

Browse files
authored
lcio: Add version 2.23 and update cxxstd variant (spack#1958)
1 parent 4792e03 commit 20cc417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Lcio(CMakePackage):
2222
license("BSD-3-Clause")
2323

2424
version("master", branch="master")
25+
version("2.23", sha256="8e56b96e0957173acc22fd4360d2002f4ebc8b5acb704ad7359b855f6d453896")
2526
version("2.22.6", sha256="69271f021198d15390a0134110ab5c1cbeea9a183cef3f94f0d1ee91fa4748bb")
2627
version("2.22.5", sha256="a756521a2419f8d25d4a4f1bab0008e16c9947020d015f2f6ce457ab0a0429bf")
2728
version("2.22.4", sha256="5d60eeb4df8611059f4bc839ac098f5d7e3608a662591e9cbae48aed07995514")
@@ -61,6 +62,7 @@ class Lcio(CMakePackage):
6162
"20",
6263
# c++17 became minimum with 2.18
6364
conditional("17", "20", when="@2.18:"),
65+
conditional("17,", "20", "23", when="@2.23:"),
6466
),
6567
multi=False,
6668
description="Use the specified C++ standard when building.",

0 commit comments

Comments
 (0)