Skip to content

Commit

Permalink
juggler: add v14.2.0 (#665)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Add juggler v14.2.0.
  • Loading branch information
wdconinc authored Aug 15, 2024
1 parent 611392c commit ddb9df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Juggler(CMakePackage):

version("main", branch="main")
version("master", branch="master", deprecated=True)
version("14.2.0", sha256="b40e93e50d6ae57c8c73a5166ee4c1694bd2ef0018e545302d11369f4e89a0b6")
version("14.1.0", sha256="c23cec2a77d9099f6574540116b8dc9c190537721b3fd1dfcce9d30e8b4ef410")
version("14.0.3", sha256="2b163f5f1a8b087a3f0831f8074fe5a5831ad3d2f900c05ae097e1c7ec17d3aa")
version("14.0.2", sha256="78825e34a2db2f99360c1c57a3e24d1fcad2c22b7b17e703c8b693944ebca5e2")
Expand Down Expand Up @@ -159,7 +160,8 @@ class Juggler(CMakePackage):
depends_on("gaudi@36:", when="@2:")
depends_on("gaudi@33:34", when="@:1.8")

depends_on("acts +identification +json +tgeo +dd4hep")
depends_on("acts +json +tgeo +dd4hep", when="@14.2:")
depends_on("acts +identification +json +tgeo +dd4hep", when="@:14.1")
depends_on("acts", when="@main")
depends_on("acts@30:", when="@11:")
depends_on("[email protected]:21", when="@9.1:10")
Expand Down

0 comments on commit ddb9df2

Please sign in to comment.