forked from key4hep/key4hep-spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the latest tag of k4EDM4hep2LcioConv and update dependencies
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,10 @@ class K4edm4hep2lcioconv(CMakePackage, Key4hepPackage): | |
maintainers = ["tmadlener"] | ||
|
||
version("master", branch="master") | ||
version( | ||
"00-05", | ||
sha256="6d352bacff6a16f8d2643cdb108794d02889c38b119442c3c260f9a75cb63e7a", | ||
) | ||
version( | ||
"00-04", | ||
sha256="1b6db84f42a1d6e2e5a02cecbc01a0282081b7270a523f201fad4d39f78ca015", | ||
|
@@ -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 = [ | ||
|