Skip to content

Commit

Permalink
Add OPENDATADETECTOR_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 24, 2024
1 parent 47ecbc5 commit 643169d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/key4hep-stack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ def setup_run_environment(self, env):
"OPENDATADETECTOR",
self.spec["opendatadetector"].prefix.share + "/OpenDataDetector",
)
env.set(
"OPENDATADETECTOR_DATA",
self.spec["opendatadetector"].prefix.share + "/OpenDataDetector",
)

# When changing CMAKE_INSTALL_LIBDIR to lib, everything is installed to
# <root>/lib, instead of <root>/lib/root which is the path that is set
Expand Down

0 comments on commit 643169d

Please sign in to comment.