MantisBT - ParaView
View Issue Details
0012032ParaViewBugpublic2011-03-31 09:282011-04-25 12:06
David Partyka 
David Partyka 
normalmajoralways
closedfixed 
3.10 
3.123.10.1 
0012032: VISITBRIDGE_USE_FILE is configured to point to build tree in installed ParaViewConfig.cmake
From Stephane Ploix

It seems that there is a pb with the installation rules of VisItBridge :
The file ParaViewConfig.cmake points to the build directory for the file VisItBridgeUse.cmake, and this file is not copied in the install dir.
The offending line in ParaViewConfig.cmake is
  SET(VISITBRIDGE_USE_FILE "/path/to/build/dir/Utilities/VisItBridge/VisItBridgeUse.cmake")
The pb is that we cannot use an installed version of paraview to build anything with if the build dir is not there
No tags attached.
Issue History
2011-03-31 09:28David PartykaNew Issue
2011-03-31 09:28David PartykaStatusbacklog => tabled
2011-03-31 09:28David PartykaAssigned To => David Partyka
2011-03-31 10:58Stephane PNote Added: 0025983
2011-03-31 11:24Utkarsh AyachitTarget Version3.10.1 => 3.12
2011-03-31 11:24Utkarsh AyachitTarget Version3.12 => 3.10.1
2011-04-11 14:14Utkarsh AyachitTarget Version3.10.1 => 3.12
2011-04-11 14:23David PartykaNote Added: 0026167
2011-04-11 14:23David PartykaStatustabled => @80@
2011-04-11 14:23David PartykaFixed in Version => 3.10.1
2011-04-11 14:23David PartykaResolutionopen => fixed
2011-04-25 12:06Alan ScottNote Added: 0026255
2011-04-25 12:06Alan ScottStatus@80@ => closed

Notes
(0025983)
Stephane P   
2011-03-31 10:58   
In addition, VISIT_CMAKE_DIR is set to the source tree in the ParaViewConfig.cmake, as

SET(VISIT_CMAKE_DIR "/path/to/source/dir/Utilities/VisItBridge/CMake")
(0026167)
David Partyka   
2011-04-11 14:23   
My self and Rob made a couple of fixes in ParaView and VisItBridge to get this working.

commit d11642ebdf8b71ec43f4e9c35a6c40e6d9179502
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Fri Apr 8 16:27:25 2011 -0400

    Update the VisItBridge SHA1 for static compilation and install rule fixes.

commit beea0576dd249589caaa7a0d381abafa87d5b19c
Author: David Partyka <david.partyka@kitware.com>
Date: Fri Apr 8 08:16:27 2011 -0400

    Correctly configure VisItBridge ParaViewConfig variables in install tree.
(0026255)
Alan Scott   
2011-04-25 12:06   
Trusting Dave's changes.