Skip to content

Commit

Permalink
eicrecon: do not require acts +identification, but require +json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jul 2, 2024
1 parent c8429ae commit c36869d
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 @@ -229,7 +229,8 @@ class Eicrecon(CMakePackage):
depends_on("edm4hep")
depends_on("podio")

depends_on("acts +dd4hep +identification +tgeo")
depends_on("acts +dd4hep +identification +tgeo", when="@:1.15")
depends_on("acts +dd4hep +json", when="@1.16:")
depends_on("acts@30:", when="@1.8:")
depends_on("acts@:30", when="@:1.9.0")

Expand Down

0 comments on commit c36869d

Please sign in to comment.