Skip to content

Commit

Permalink
Remove the ROOT_INCLUDE_PATH code, shouldn't be necessary anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 17, 2023
1 parent 219d7ee commit 85ea452
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/key4hep-stack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,5 @@ def setup_run_environment(self, env):
self.spec["opendatadetector"].prefix.share + "/OpenDataDetector",
)

for dep in self.spec.traverse(order="post"):
if dep.satisfies("^root"):
# add the root include path to ROOT_INCLUDE_PATH
env.prepend_path("ROOT_INCLUDE_PATH", dep.prefix.include)

def install(self, spec, prefix):
return install_setup_script(self, spec, prefix, "K4_LATEST_SETUP_PATH")

0 comments on commit 85ea452

Please sign in to comment.