gaudi: add gaudi to LD_LIBRARY_PATH (#37821)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
6f248836ea
commit
c17fc3c0c1
@ -138,6 +138,8 @@ def setup_run_environment(self, env):
|
||||
# environment as in Gaudi.xenv
|
||||
env.prepend_path("PATH", self.prefix.scripts)
|
||||
env.prepend_path("PYTHONPATH", self.prefix.python)
|
||||
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib)
|
||||
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib64)
|
||||
|
||||
def url_for_version(self, version):
|
||||
major = str(version[0])
|
||||
|
Loading…
Reference in New Issue
Block a user