Skip to content

Commit

Permalink
juggler: depends_on algorithms (#607)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
As of juggler-9.1, juggler depends on algorithms as an external package,
however that doesn't work with the algorithms CMake targets as defined,
and it must use the vendored version.

As of juggler-14, juggler *requires* an external algorithms install.
  • Loading branch information
wdconinc authored Feb 3, 2024
1 parent 5e38b3e commit 862c9f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ 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:")

Expand Down

0 comments on commit 862c9f6

Please sign in to comment.