Skip to content

Commit

Permalink
Add a version for CLDConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 6, 2024
1 parent 7544eee commit 8ec7a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cldconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ class Cldconfig(CMakePackage):

homepage = "https://github.com/key4hep/CLDConfig"
git = "https://github.com/key4hep/CLDConfig"
url = "https://github.com/key4hep/CLDConfig/archive/refs/tags/r2024-10-06.tar.gz"

maintainers = ["jmcarcell"]

version("main", branch="main")
# Old tag to make sure there is at least one, can be removed when
# there is another
version("r2024-04-12", tag="r2024-04-12")
version("2024-10-06", sha256="7ded5bc3f63eed6b6806d9581e1b47d7ca14a0c97ef5d61331d4ef88b1d7d643")
version("2024-04-12", sha256="8a15971152391da3b41bbf543316ad6b41949cd3d3c82e334a7a7b86092591da")

depends_on("k4geo", type="test")
depends_on("dd4hep", type="test")
Expand Down

0 comments on commit 8ec7a73

Please sign in to comment.