lcio: add version 2.22.6 (#50368)

Fix dependency on "c" to previous versions as this has been fixed

Co-authored-by: Valentin Volkl <valentin.volkl@cern.ch>
This commit is contained in:
Thomas Madlener 2025-05-09 13:37:56 +02:00 committed by GitHub
parent c9ab0d8fcb
commit 75faab206b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ class Lcio(CMakePackage):
license("BSD-3-Clause") license("BSD-3-Clause")
version("master", branch="master") version("master", branch="master")
version("2.22.6", sha256="69271f021198d15390a0134110ab5c1cbeea9a183cef3f94f0d1ee91fa4748bb")
version("2.22.5", sha256="a756521a2419f8d25d4a4f1bab0008e16c9947020d015f2f6ce457ab0a0429bf") version("2.22.5", sha256="a756521a2419f8d25d4a4f1bab0008e16c9947020d015f2f6ce457ab0a0429bf")
version("2.22.4", sha256="5d60eeb4df8611059f4bc839ac098f5d7e3608a662591e9cbae48aed07995514") version("2.22.4", sha256="5d60eeb4df8611059f4bc839ac098f5d7e3608a662591e9cbae48aed07995514")
version("2.22.3", sha256="5b9715786c5e953f8854881c5d0c4a48030a5491f1701232b82e960ac7980162") version("2.22.3", sha256="5b9715786c5e953f8854881c5d0c4a48030a5491f1701232b82e960ac7980162")
@ -66,7 +67,7 @@ class Lcio(CMakePackage):
variant("rootdict", default=True, description="Turn on to build/install ROOT dictionary.") variant("rootdict", default=True, description="Turn on to build/install ROOT dictionary.")
variant("examples", default=False, description="Turn on to build LCIO examples") variant("examples", default=False, description="Turn on to build LCIO examples")
depends_on("c", type="build") depends_on("c", type="build", when="@:2.22.5")
depends_on("cxx", type="build") depends_on("cxx", type="build")
depends_on("sio@0.0.2:", when="@2.14:") depends_on("sio@0.0.2:", when="@2.14:")