Skip to content

Commit

Permalink
Add LD_LIB_PATH to iowarp-runtime and iowarp
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 27, 2025
1 parent d40bc1f commit b26b7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iowarp-spack/packages/iowarp-runtime/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ def cmake_args(self):
if '+nocompile' in self.spec or '+depsonly' in self.spec:
args.append('-DCHIMAERA_NO_COMPILE=ON')
return args

def setup_run_environment(self, env):
# This is for the interceptors
env.prepend_path('LD_LIBRARY_PATH', self.prefix.lib)

0 comments on commit b26b7fe

Please sign in to comment.