Skip to content

Commit

Permalink
Add a dependency on lcio for k4rectracker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 9, 2024
1 parent a7a09ae commit 87e92d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/k4rectracker/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class K4rectracker(CMakePackage, Key4hepPackage):
depends_on("gaudi")
depends_on("dd4hep")
depends_on("marlinutil")
# This shouldn't be necessary but the debug builds are failing because lcio can't be found
# It started happening after adding marlinutil to the dependencies
depends_on("lcio")

def cmake_args(self):
args = []
Expand Down

0 comments on commit 87e92d0

Please sign in to comment.