Browse Source

starpupy: fix keeping the existing LD_LIBRARY_PATH content

Samuel Thibault 4 years ago
parent
commit
a7dbe6e38e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      starpupy/examples/execute.sh.in

+ 1 - 1
starpupy/examples/execute.sh.in

@@ -17,7 +17,7 @@
 
 exampledir=@STARPU_SRC_DIR@/starpupy/examples
 
-modpath=@STARPU_BUILD_DIR@/src/.libs:
+modpath=@STARPU_BUILD_DIR@/src/.libs:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
 pypath=@STARPU_BUILD_DIR@/starpupy/src/build:$PYTHONPATH
 
 LOADER=@PYTHON@