Skip to content

Commit

Permalink
[Backport releases/v0.20] epic-eic: rm acts, add acts-dd4hep dependen…
Browse files Browse the repository at this point in the history
…cies (#534)

# Description
Backport of #525 to `releases/v0.20`.

---------

Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
github-actions[bot] and wdconinc authored Sep 1, 2023
1 parent e7082b6 commit 72354fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/epic-eic/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ class EpicEic(CMakePackage):
description="Interaction point design",
)

depends_on("dd4hep +ddg4 +hepmc3")
depends_on("acts +dd4hep +identification +tgeo")
depends_on("[email protected]: +ddg4 +ddrec", when="@:23.03.0")
depends_on("[email protected]: +ddrec", when="@23.05.0:")

depends_on("acts-dd4hep", when="@:23.01.0")

depends_on("fmt +shared")
depends_on("py-pyyaml")
depends_on("py-jinja2")
Expand Down

0 comments on commit 72354fb

Please sign in to comment.