Skip to content

Commit

Permalink
Make sure to satisfy the minimal podio dependency (#674)
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Miguel Carceller <[email protected]>
  • Loading branch information
tmadlener and jmcarcell authored Nov 28, 2024
1 parent 6d74c4f commit b6cb568
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 against 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 b6cb568

Please sign in to comment.