[dd4hep] align runtime env with lcg release (#18082)

This commit is contained in:
vvolkl 2020-08-17 00:11:28 +02:00 committed by GitHub
parent 0788a69fa8
commit 2916ebe743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,8 @@ def cmake_args(self):
def setup_run_environment(self, env):
# used p.ex. in ddsim to find DDDetectors dir
env.set("DD4hepINSTALL", self.prefix)
env.set("DD4hep_DIR", self.prefix)
env.set("DD4hep_ROOT", self.prefix)
def url_for_version(self, version):
# dd4hep releases are dashes and padded with a leading zero