Skip to content

Commit

Permalink
New package versions found (#604)
Browse files Browse the repository at this point in the history
New package versions found

---------

Co-authored-by: wdconinc <[email protected]>
Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2023
1 parent 150d364 commit 5d8ba97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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("13.0.0", sha256="5c967e5979b540ccdc64f94f371b9bb9056ff470c3691e8bda0f12b74702feb2")
version("12.0.0", sha256="a1c85bc4fdfe894c6f3dfe3b55f4a02a1c45db0db085d5044a626034d5308f42")
version("11.0.0", sha256="f3a4399387160796f23fb672714eb77f56063f8ebee56d16de9df38f7edc136e")
version("10.1.0", sha256="d31d80db3829dea46f5909e7978e7be72968f8d38c847b0f4c59abc2953efcde")
Expand Down Expand Up @@ -174,9 +175,8 @@ class Juggler(CMakePackage):

depends_on("cppgsl")

# FIXME update to start at 13: when released
depends_on("k4fwcore", when="@12:")
depends_on("k4actstracking", when="@12:")
depends_on("k4fwcore", when="@13:")
depends_on("k4actstracking", when="@13:")

def cmake_args(self):
args = []
Expand Down

0 comments on commit 5d8ba97

Please sign in to comment.