Skip to content

Commit

Permalink
epic: don't set JUGGLER_* and DETECTOR_VERSION variables (#637)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR removes the JUGGLER_* and DETECTOR_VERSION variables from the
epic package run environment.
  • Loading branch information
wdconinc authored May 21, 2024
1 parent 7d654d4 commit d166c4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/epic/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ def postinstall(self, spec, prefix):

def setup_run_environment(self, env):
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib)
env.set("JUGGLER_DETECTOR_PATH", join_path(self.prefix.share, "epic"))
env.set("JUGGLER_DETECTOR", "epic")
env.set("JUGGLER_DETECTOR_CONFIG", "epic")
env.set("JUGGLER_DETECTOR_VERSION", str(self.spec.version))
env.set("DETECTOR_PATH", join_path(self.prefix.share, "epic"))
env.set("DETECTOR", "epic")
env.set("DETECTOR_CONFIG", "epic")
env.set("DETECTOR_VERSION", str(self.spec.version))

0 comments on commit d166c4d

Please sign in to comment.