[Paraview] Install path issue
Orion Poplawski
orion at cora.nwra.com
Wed Jun 2 18:02:36 EDT 2010
On 06/02/2010 03:42 PM, Orion Poplawski wrote:
> On 06/02/2010 10:59 AM, Orion Poplawski wrote:
>> I'm working on an updated ParaView 3.8.0 rpm for Fedora and running into
>> the following issue. The paraview-real and streaming_paraview-real are
>> getting installed as follows:
>>
>> -- Installing:
>> /builddir/build/BUILDROOT/paraview-3.8.0-1.fc14.x86_64/usr/lib/paraview-3.8/paraview-real
>>
>>
>> -- Installing:
>> /builddir/build/BUILDROOT/paraview-3.8.0-1.fc14.x86_64/usr/lib/streaming_paraview-1.1/streaming_paraview-real
>>
>>
>>
>> despite setting -DPV_INSTALL_LIB_DIR:PATH=lib64/paraview.
>>
>>
>
> Another one:
>
> /usr/lib/python2.6/site-packages/Xdmf/libvtkXdmfPython.so
>
> is installed on a 64-bit machine instead of in /usr/lib64/...
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?
ParaView-3.8.0/CMake/ParaViewBranding.cmake:
add_executable_with_forwarding2(pv_exe_suffix
"${PARAVIEW_LIBRARY_DIRS}"
"../${PARAVIEW_INSTALL_LIB_DIR}"
"${BPC_INSTALL_LIB_DIR}"
${BPC_NAME} WIN32 ${MAKE_BUNDLE}
${BPC_NAME}_main.cxx
${exe_icon}
${apple_bundle_sources}
${qt_menu_nib_sources}
${EXE_SRCS}
)
ParaView-3.8.0/ParaViewConfig.cmake.in:
# The locations/prefixes where this version of ParaView would be installed.
SET (PARAVIEW_INSTALL_LIB_DIR "@PV_INSTALL_LIB_DIR@")
Perhaps this isn't getting evaluated in the correct order?
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
More information about the ParaView
mailing list