Skip to content

Commit

Permalink
Add k4simdelphes to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 12, 2024
1 parent f412da2 commit 04d7c9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/k4simdelphes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.pkg.k4.key4hep_stack import Ilcsoftpackage
from spack.pkg.k4.key4hep_stack import k4_setup_env_for_framework_tests


class K4simdelphes(CMakePackage, Ilcsoftpackage):
Expand Down Expand Up @@ -102,6 +101,5 @@ def cmake_args(self):
def setup_run_environment(self, env):
env.set("K4SIMDELPHES", self.prefix.share.k4SimDelphes)
env.prepend_path("PYTHONPATH", self.prefix.python)

# def setup_build_environment(self, env):
# k4_setup_env_for_framework_tests(self.spec, env)
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib)
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib64)

0 comments on commit 04d7c9c

Please sign in to comment.