Skip to content

Commit

Permalink
Make sure to use a suitable version of ACTS
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored and jmcarcell committed Nov 1, 2023
1 parent f37a6ec commit 600ea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fccanalyses/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Fccanalyses(CMakePackage, Key4hepPackage):
depends_on("edm4hep")
depends_on("[email protected]", when="@:0.6.0")
depends_on("[email protected]:19.5.0", when="@0.3.5:0.6.0 +acts")
depends_on("[email protected]:", when="@0.7.0: +acts")
depends_on("[email protected]:28", when="@0.7.0: +acts")
depends_on("eigen")
depends_on("dd4hep", when="+dd4hep")
depends_on("py-pyyaml", type=("build", "run"))
Expand Down

0 comments on commit 600ea5c

Please sign in to comment.