Skip to content

Commit

Permalink
Properly setup EDM4HEP for find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 29, 2022
1 parent 298cd51 commit f280eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ilcsoft/edm4hep.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ def compile(self):
def postCheckDeps(self):
BaseILC.postCheckDeps(self)

self.env['edm4hep_DIR'] = self.installPath + "/install"
self.envpath["LD_LIBRARY_PATH"].append("$edm4hep_DIR/lib")
self.envpath["LD_LIBRARY_PATH"].append("$edm4hep_DIR/lib64")
self.env['EDM4HEP_DIR'] = self.installPath + "/install"
self.envpath["LD_LIBRARY_PATH"].append("$EDM4HEP_DIR/lib")
self.envpath["LD_LIBRARY_PATH"].append("$EDM4HEP_DIR/lib64")

0 comments on commit f280eee

Please sign in to comment.