Skip to content
Snippets Groups Projects

Sweeping !951 from master to LCG_101-patches: [SPI-1992]: set VALGRIND_LIB depending where shared objects are

Merged Sweeping !951 from master to LCG_101-patches: [SPI-1992]: set VALGRIND_LIB depending where shared objects are
Merged Ghost User requested to merge cherry-pick-3f76ca6e-LCG_101-patches into LCG_101-patches
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -250,7 +250,9 @@ if ( -e $thisdir/bin/R && $?FC ) then
endif
#---then Valgrind
if ( -e $thisdir/bin/valgrind ) then
if ( -e $thisdir/libexec/valgrind/vgpreload_memcheck-amd64-linux.so ) then
setenv VALGRIND_LIB ${thisdir}/libexec/valgrind
else if ( -e $thisdir/lib/valgrind/vgpreload_memcheck-amd64-linux.so ) then
setenv VALGRIND_LIB ${thisdir}/lib/valgrind
endif
Loading