Skip to content

Commit

Permalink
Add a new version for k4marlinwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 29, 2024
1 parent 196dd04 commit 2d74f2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
maintainers = ["tmadlener", "jmcarcell"]

version("main", branch="main")
version(
"0.10",
sha256="7f04596f3825d0a8a9eb37aaeb546e03b245f8cb55fd5cdf2139e1ee2e8349ce",
)
version(
"0.9", sha256="a0c01e6137cd5bb0794d79433831644dfd5108c763e436428117cd6f4a826ce2"
)
Expand All @@ -24,18 +28,14 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
sha256="0c624d5719cd055dfc27a9954cdf5e501e6478a2a8baac3bf80da7063e58e6ed",
deprecated=True,
)
version(
"0.7",
sha256="aff49b9885d3c5e0804d5bcd3752ac77f3e3bbce6910fa9277252b907656914a",
deprecated=True,
)

depends_on("root")
depends_on("lcio")
depends_on("marlin")
depends_on("gaudi+gaudialg", when="@:0.8")
depends_on("gaudi")
depends_on("k4fwcore")
depends_on("k4fwcore@:1.1.0", when="@:0.9")
depends_on("edm4hep")
depends_on("[email protected]:")
depends_on("k4edm4hep2lcioconv")
Expand Down

0 comments on commit 2d74f2b

Please sign in to comment.