Skip to content

Commit

Permalink
Add a version for k4rectracker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 28, 2024
1 parent 83c43ec commit 196dd04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/k4rectracker/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ class K4rectracker(CMakePackage, Key4hepPackage):
"""Tracking detectors (and similar) digitization and reconstruction using Gaudi in native key4hep"""

homepage = "https://github.com/key4hep/k4RecTracker"
url = "https://github.com/key4hep/k4RecTracker/archive/refs/tags/v00-01.tar.gz"
url = "https://github.com/key4hep/k4RecTracker/archive/refs/tags/v0.3.0.tar.gz"
git = "https://github.com/key4hep/k4RecTracker.git"

version("master", branch="master")
version(
"0.3.0",
sha256="e945be69b1b4d51b07e8e806e366893af84369a9d63b04deee691aa10d591a02",
)

depends_on("dd4hep")
depends_on("edm4hep")
Expand Down

0 comments on commit 196dd04

Please sign in to comment.