Skip to content

Commit

Permalink
eicrecon: depends_on algorithms (#582)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
New dependency, as of some time after 1.7.0.
  • Loading branch information
wdconinc authored Nov 14, 2023
1 parent 5989a88 commit 05c4885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ class Eicrecon(CMakePackage):
depends_on("irt", when="@0.2.8:")
depends_on("spdlog")
depends_on("catch2", when="@1.0.0:")
depends_on("cppgsl", when="@1.6:") # FIXME: when 1.7 is released, this should be changed
depends_on("cppgsl", when="@1.7:")
depends_on("algorithms", when="@1.7:")

def setup_run_environment(self, env):
env.prepend_path(
Expand Down

0 comments on commit 05c4885

Please sign in to comment.