<div dir="ltr">How are you creating this package? First creating an installation with the default paths and then moving them? It looks like, by modifying one CMake file, you can have ParaView generate the right sort of build AND set the right forwarding path without worrying about RPATHs. In CMake/ParaViewCommon.cmake, the forwarding path seems to be set here:<div>
<div><br></div><div>IF(NOT PV_INSTALL_LIB_DIR)</div><div> SET(PV_INSTALL_LIB_DIR ${PV_INSTALL_ROOT}/lib/paraview-${PARAVIEW_VERSION})</div><div>ENDIF(NOT PV_INSTALL_LIB_DIR)</div><div><br></div><div>It sound like, if you change that to</div>
<div><br></div><div><div>IF(NOT PV_INSTALL_LIB_DIR)</div><div> SET(PV_INSTALL_LIB_DIR ${PV_INSTALL_ROOT}/lib/paraview-${PARAVIEW_VERSION})-mpi</div><div>ENDIF(NOT PV_INSTALL_LIB_DIR)</div><div><br></div><div>everything should work. Of course, take my word with a pinch of salt since I am only a novice when it comes to writing CMake files.</div>
<div><br></div><div>-berk</div></div><br><div class="gmail_quote">On Thu, Aug 14, 2008 at 4:55 PM, Orion Poplawski <span dir="ltr"><<a href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">Berk Geveci wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Do you have 2 different paraview executables as well?<br>
<br>
</blockquote>
<br></div>
Yup.<br><font color="#888888">
<br>
-- <br></font><div><div></div><div class="Wj3C7c">
Orion Poplawski<br>
Technical Manager 303-415-9701 x222<br>
NWRA/CoRA Division FAX: 303-415-9702<br>
3380 Mitchell Lane <a href="mailto:orion@cora.nwra.com" target="_blank">orion@cora.nwra.com</a><br>
Boulder, CO 80301 <a href="http://www.cora.nwra.com" target="_blank">http://www.cora.nwra.com</a><br>
</div></div></blockquote></div><br></div></div>