Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 24, 2024
1 parent 89e6a9b commit 6e7485e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/dual-readout/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class DualReadout(CMakePackage, Key4hepPackage):
when="@0.1.4",
)


depends_on("dd4hep")
depends_on("edm4hep")
depends_on("podio")
Expand Down
1 change: 0 additions & 1 deletion packages/k4geo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def setup_dependent_build_environment(self, env, dependent_spec):
env.prepend_path("LD_LIBRARY_PATH", self.spec["k4geo"].libs.directories[0])
env.prepend_path("LD_LIBRARY_PATH", self.spec["lcio"].libs.directories[0])


# dd4hep tests need to run after install step:
# disable the usual check
def check(self):
Expand Down

0 comments on commit 6e7485e

Please sign in to comment.