Skip to content

Commit

Permalink
k4fwcore: fix version ordering in when (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 3, 2024
1 parent ede3322 commit 2dfd6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class K4fwcore(CMakePackage, Ilcsoftpackage):
)

depends_on("gaudi")
depends_on("gaudi +gaudialg", when="^gaudi@37: @:1.0pre19")
depends_on("gaudi +gaudialg", when="@:1.0pre19 ^gaudi@37:")
depends_on("root")
depends_on("podio")
depends_on("[email protected]", when="@1.0pre14:1.0pre15")
Expand Down

0 comments on commit 2dfd6dc

Please sign in to comment.