OK, fine, I can't find the answer and nobody wants to tell me, so I am brute
forcing it:
pushd $INSTALL_DIR/lib/paraview* || errexit "Cannot CD to paraview lib
directory."
RPATH_DIR=$(pwd)
for file in *; do
if [ -f $file ] && [ -x $file ]; then
echo setting path for $file
/usr/global/tools/IMG_private/$SYS_TYPE/bin/patchelf --set-rpath
$RPATH_DIR $file
fi
done
HA! Take that, purists! LOL
Hopefully this helps some other poor soul.
--
✐Richard Cook
✇ Lawrence Livermore National Laboratory
Bldg-453 Rm-4024, Mail Stop L-557
7000 East Avenue, Livermore, CA, 94550, USA
☎ (office) (925) 423-9605
☎ (fax) (925) 423-6961
---
Information Management & Graphics Grp., Services & Development Div., Integrated
Computing & Communications Dept.
(opinions expressed herein are mine and not those of LLNL)
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview