MantisBT - ParaView
View Issue Details
0012676ParaView(No Category)public2011-10-24 14:182016-08-12 09:59
Orion Poplawski 
Kitware Robot 
normalminorhave not tried
closedmoved 
3.10.1 
 
TBD
incorrect functionality
0012676: PV_FORWARD_PATH_INSTALL not set properly if PV_INSTALL_BIN_DIR and PV_INSTALL_LIB_DIR set
For the Fedora MPI packages of paraview I need to install the binaries into /usr/lib{,64}/openmpi/bin and the libraries into /usr/lib{,64}/openmpi/lib/paraview which I do with:

 -DPV_INSTALL_BIN_DIR:PATH=%{_lib}/openmpi/bin \
 -DPV_INSTALL_LIB_DIR:PATH=%{_lib}/openmpi/lib/paraview \

%{_lib} is set to lib/lib64 as needed.

This results in:

Error converting runtime path entry "/usr/lib64/openmpi/bin/../lib64/openmpi/lib/paraview" to real path: No such file or directory

when trying to run pvserver. It seems that there are too many assumptions about shared paths in CMake/ParaViewMacros.cmake when constructing PV_FORWARD_PATH_INSTALL and it does not seem possible to override it. In this case PV_FORWARD_PATH_INSTALL would need to be either ../lib/paraview or ../../../lib64/openmpi/lib/paraview.
No tags attached.
Issue History
2011-10-24 14:18Orion PoplawskiNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038091
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038091)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.