Skip to content

Commit

Permalink
[Backport releases/v0.20] algorithms: depends_on fmt cppgsl (#511)
Browse files Browse the repository at this point in the history
# Description
Backport of #510 to `releases/v0.20`.

Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
github-actions[bot] and wdconinc authored Aug 7, 2023
1 parent c3b4316 commit 19511ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/algorithms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Algorithms(CMakePackage):
version("main", branch="main")
version("master", branch="master", deprecated=True)

depends_on("dd4hep +ddrec")
depends_on("edm4hep")
depends_on("edm4eic")
depends_on("dd4hep +dddetectors +dddigi +ddrec")
depends_on("cppgsl")
depends_on("fmt")

0 comments on commit 19511ea

Please sign in to comment.