Okay, this is cherry-picked onto the release branch as well.<br><br><div class="gmail_quote">On Thu, Jun 3, 2010 at 9:52 AM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Good catch. I've committed a fix to the master. Dave can you move it<br>
to the release branch as well.<br>
Attached is the patch.<br>
<br>
commit 07ba5364f3ab16d33e7ae7c67f64c4b25e2de11f<br>
Author: Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>><br>
Date: Thu Jun 3 09:49:23 2010 -0400<br>
<br>
Paraview clients were ignoring set install path.<br>
<br>
The ParaView custom clients were not passing the PV_INSTALL_LIB_DIR to the<br>
build_paraview_client macro. As a consequence it was doing the<br>
default thing.<br>
Fixed that.<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Wed, Jun 2, 2010 at 6:02 PM, Orion Poplawski <<a href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a>> wrote:<br>
> On 06/02/2010 03:42 PM, Orion Poplawski wrote:<br>
>><br>
>> On 06/02/2010 10:59 AM, Orion Poplawski wrote:<br>
>>><br>
>>> I'm working on an updated ParaView 3.8.0 rpm for Fedora and running into<br>
>>> the following issue. The paraview-real and streaming_paraview-real are<br>
>>> getting installed as follows:<br>
>>><br>
>>> -- Installing:<br>
>>><br>
>>> /builddir/build/BUILDROOT/paraview-3.8.0-1.fc14.x86_64/usr/lib/paraview-3.8/paraview-real<br>
>>><br>
>>><br>
>>> -- Installing:<br>
>>><br>
>>> /builddir/build/BUILDROOT/paraview-3.8.0-1.fc14.x86_64/usr/lib/streaming_paraview-1.1/streaming_paraview-real<br>
>>><br>
>>><br>
>>><br>
>>> despite setting -DPV_INSTALL_LIB_DIR:PATH=lib64/paraview.<br>
>>><br>
>>><br>
>><br>
>> Another one:<br>
>><br>
>> /usr/lib/python2.6/site-packages/Xdmf/libvtkXdmfPython.so<br>
>><br>
>> is installed on a 64-bit machine instead of in /usr/lib64/...<br>
><br>
> Sorry, that one is okay. Not that pvbatch-real (and others) is installed in<br>
> /usr/lib64/paraview/ as requested, just not paraview-real. Looks like an<br>
> issue of some kind with add_executable_with_forwarding2?<br>
><br>
> ParaView-3.8.0/CMake/ParaViewBranding.cmake:<br>
> add_executable_with_forwarding2(pv_exe_suffix<br>
> "${PARAVIEW_LIBRARY_DIRS}"<br>
> "../${PARAVIEW_INSTALL_LIB_DIR}"<br>
> "${BPC_INSTALL_LIB_DIR}"<br>
> ${BPC_NAME} WIN32 ${MAKE_BUNDLE}<br>
> ${BPC_NAME}_main.cxx<br>
> ${exe_icon}<br>
> ${apple_bundle_sources}<br>
> ${qt_menu_nib_sources}<br>
> ${EXE_SRCS}<br>
> )<br>
><br>
> ParaView-3.8.0/<a href="http://ParaViewConfig.cmake.in" target="_blank">ParaViewConfig.cmake.in</a>:<br>
> # The locations/prefixes where this version of ParaView would be installed.<br>
> SET (PARAVIEW_INSTALL_LIB_DIR "@PV_INSTALL_LIB_DIR@")<br>
><br>
> Perhaps this isn't getting evaluated in the correct order?<br>
><br>
> --<br>
> 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">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>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>