Skip to content

Commit

Permalink
Make sure to satisfy the minimal podio dependency
Browse files Browse the repository at this point in the history
See details in key4hep/k4FWCore#257
  • Loading branch information
tmadlener authored Nov 20, 2024
1 parent 6d74c4f commit 612a65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class K4fwcore(CMakePackage, Ilcsoftpackage):
depends_on("gaudi +gaudialg", when="@:1.0pre19 ^gaudi@37:")
depends_on("root")
depends_on("podio")
depends_on("[email protected]:", when="@1.1:") # linking agains podioIO
depends_on("podio@:0.17.3", when="@:1.0pre17") # podio/EventStore.h removed
depends_on("edm4hep")
depends_on("[email protected]:", when="@1.0pre17:")
Expand Down

0 comments on commit 612a65f

Please sign in to comment.