Skip to content

Commit bf30064

Browse files
paskinoKrisThielemans
authored andcommitted
add lib64 to LD_LIBRARY_PATH
1 parent 689c003 commit bf30064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

env_sirf.csh.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ setenv SIRF_INSTALL_PATH @SyneRBI_INSTALL@
99
# Where to find shared libraries
1010
# Setting for Linux but doesn't harm elsewhere
1111
if $?LD_LIBRARY_PATH then
12-
setenv LD_LIBRARY_PATH @SyneRBI_INSTALL@/lib:$LD_LIBRARY_PATH@Matlab_extra_ld_path@
12+
setenv LD_LIBRARY_PATH @SyneRBI_INSTALL@/lib:@SyneRBI_INSTALL@/lib64:$LD_LIBRARY_PATH@Matlab_extra_ld_path@
1313
else
14-
setenv LD_LIBRARY_PATH @SyneRBI_INSTALL@/lib@Matlab_extra_ld_path@
14+
setenv LD_LIBRARY_PATH @SyneRBI_INSTALL@/lib:@SyneRBI_INSTALL@/lib64:@Matlab_extra_ld_path@
1515
endif
1616
# Setting for MacOS but doesn't harm elsewhere
1717
if $?DYLD_FALLBACK_LIBRARY_PATH then

env_sirf.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SIRF_INSTALL_PATH=@SyneRBI_INSTALL@
1111
export SIRF_INSTALL_PATH
1212
# Where to find shared libraries
1313
# Setting for Linux but doesn't harm elsewhere
14-
LD_LIBRARY_PATH=@SyneRBI_INSTALL@/lib:$LD_LIBRARY_PATH@Matlab_extra_ld_path@
14+
LD_LIBRARY_PATH=@SyneRBI_INSTALL@/lib:@SyneRBI_INSTALL@/lib64:$LD_LIBRARY_PATH:@Matlab_extra_ld_path@
1515
export LD_LIBRARY_PATH
1616
# Setting for MacOS but doesn't harm elsewhere
1717
DYLD_FALLBACK_LIBRARY_PATH=@SyneRBI_INSTALL@/lib:$DYLD_FALLBACK_LIBRARY_PATH

0 commit comments

Comments
 (0)