Skip to content

Commit

Permalink
Remove k4lcioreader from stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 13, 2023
1 parent 600ea5c commit d64d5c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/ilcsoft/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class Ilcsoft(BundlePackage, Key4hepPackage):
# todo: figure out the api for the whizard gitlab instance
# depends_on('whizard@master +lcio +openloops hepmc=2', when="@master")

depends_on("k4lcioreader")
depends_on("k4simdelphes")
depends_on("delphes")

Expand Down
2 changes: 1 addition & 1 deletion packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
depends_on("edm4hep")
depends_on("[email protected]:", when="@0.4.1:")
depends_on("[email protected]:", when="@0.6:")
depends_on("k4lcioreader")
depends_on("k4lcioreader", when="@:0.6")
depends_on("k4edm4hep2lcioconv", when="@0.4.2:")
depends_on("wget", type=("test"))
depends_on("[email protected]:", when="@0.3.2:", type=("test"))
Expand Down
1 change: 0 additions & 1 deletion packages/key4hep-stack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class Key4hepStack(BundlePackage, Key4hepPackage):
depends_on("k4edm4hep2lcioconv")
depends_on("k4fwcore")
depends_on("k4gen")
depends_on("k4lcioreader")
depends_on("k4projecttemplate")
depends_on("k4simdelphes")
depends_on("k4simgeant4")
Expand Down

0 comments on commit d64d5c5

Please sign in to comment.