Hi Orion,<div><br></div><div>I will try this out first thing tomorrow when I get to work. Thanks for pointing this out!<br><br><div class="gmail_quote">On Wed, Jun 2, 2010 at 6:02 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="im">On 06/02/2010 03:42 PM, Orion Poplawski wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 06/02/2010 10:59 AM, Orion Poplawski wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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>
/builddir/build/BUILDROOT/paraview-3.8.0-1.fc14.x86_64/usr/lib/paraview-3.8/paraview-real<br>
<br>
<br>
-- Installing:<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>
</blockquote>
<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>
</blockquote>
<br></div>
Sorry, that one is okay. Not that pvbatch-real (and others) is installed in /usr/lib64/paraview/ as requested, just not paraview-real. Looks like an 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?<div><div></div><div class="h5"><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" 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>
_______________________________________________<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>
</div></div></blockquote></div><br></div>