Skip to content

Commit

Permalink
algorithms: depends_on fmt cppgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Aug 7, 2023
1 parent ad1bad8 commit 7ef7817
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 7ef7817

Please sign in to comment.