Skip to content

Commit

Permalink
Add the latest tag of k4EDM4hep2LcioConv and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 10, 2023
1 parent 900e939 commit 83ddd4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/k4edm4hep2lcioconv/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class K4edm4hep2lcioconv(CMakePackage, Key4hepPackage):
maintainers = ["tmadlener"]

version("master", branch="master")
version(
"00-05",
sha256="6d352bacff6a16f8d2643cdb108794d02889c38b119442c3c260f9a75cb63e7a",
)
version(
"00-04",
sha256="1b6db84f42a1d6e2e5a02cecbc01a0282081b7270a523f201fad4d39f78ca015",
Expand All @@ -31,6 +35,7 @@ class K4edm4hep2lcioconv(CMakePackage, Key4hepPackage):
depends_on("podio")
depends_on("[email protected]:", when="@00-03")
depends_on("[email protected]:", when="@00-04:")
depends_on("[email protected]", when="@00-05:")

def cmake_args(self):
args = [
Expand Down

0 comments on commit 83ddd4b

Please sign in to comment.