Skip to content

Commit

Permalink
juggler: depends_on eicrecon when @15: (@14: for rollout) (#643)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR causes juggler to explicitly depend on eicrecon so it can reuse
the algorithms.
  • Loading branch information
wdconinc authored Jun 3, 2024
1 parent 779a52f commit a8d10d3
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 @@ -180,12 +180,12 @@ class Juggler(CMakePackage):

depends_on("cppgsl")

# FIXME change to @14: when released
depends_on("algorithms", when="@13:")

depends_on("k4fwcore", when="@13:")
depends_on("k4actstracking", when="@13:")

depends_on("algorithms", when="@14:")
depends_on("eicrecon", when="@14:") # FIXME update to start at 15: when released

def cmake_args(self):
args = []
# C++ Standard
Expand Down

0 comments on commit a8d10d3

Please sign in to comment.