Skip to content

Commit

Permalink
add lib64 to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Feb 4, 2025
1 parent 7900dc9 commit bff3326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Templates/setup.MaCh3.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export CUDAProb3_DIR=@CUDAProb3_SOURCE_DIR@

add_to_PATH ${MaCh3_ROOT}/bin
add_to_LD_LIBRARY_PATH ${MaCh3_ROOT}/lib
add_to_LD_LIBRARY_PATH ${MaCh3_ROOT}/lib64


if test -d ${MaCh3_ROOT}/pyMaCh3; then
add_to_PYTHONPATH ${MaCh3_ROOT}
Expand Down

0 comments on commit bff3326

Please sign in to comment.