Skip to content

Commit

Permalink
Add latest tag for k4geo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 21, 2023
1 parent db5a383 commit fab30d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class K4fwcore(CMakePackage, Ilcsoftpackage):
git = "https://github.com/key4hep/k4FWCore.git"

version("master", branch="master")
version("1.0pre17", tag="v01-00pre17")
version("1.0pre16", tag="v01-00pre16")
version("1.0pre15", tag="v01-00pre15")
version("1.0pre14", tag="v01-00pre14")
Expand Down Expand Up @@ -40,6 +41,7 @@ class K4fwcore(CMakePackage, Ilcsoftpackage):
depends_on("[email protected]:", when="@1.0pre16:")
depends_on("edm4hep")
depends_on("[email protected]:", when="@1.0pre14:")
depends_on("[email protected]:", when="@1.0pre17:")
# needed via gaudi
depends_on("py-six", type=("build", "run"))

Expand Down

0 comments on commit fab30d4

Please sign in to comment.