Export LD_LIBRARY_PATH before running binaries.

This commit is contained in:
Franck HOUSSEN
2023-08-12 21:33:05 +02:00
parent a0ee97487e
commit cdcb80a0ff
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -203,6 +203,8 @@ cd build
cmake .. -DCMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH" || exit 1
make all VERBOSE=1 || exit 1
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/tmp/tstCMakeInstall/local/lib"
./dnbdr1 || exit 1
./icb_arpack_c || exit 1
./icb_arpack_cpp || exit 1
+2
View File
@@ -140,6 +140,8 @@ autoreconf --force --verbose --install
./configure || exit 1
make all || exit 1
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/tmp/tstAutotoolsInstall/local/lib"
./dnbdr1 || exit 1
./icb_arpack_c || exit 1
./icb_arpack_cpp || exit 1