MantisBT - ParaView
View Issue Details
0011857ParaViewBugpublic2011-02-14 18:012016-08-12 09:58
Orion Poplawski 
David Partyka 
normalminoralways
closedmoved 
Development 
 
0011857: QtTestingConfig.cmake probably should not be installed
Working on paraview 3.10.0 package for fedora. The following file gets installed:

/usr/lib/cmake/QtTestingConfig.cmake:
set(QtTesting_INCLUDE_DIRS "/builddir/build/BUILD/ParaView-3.10.0-RC1/Qt/Testing;/builddir/build/BUILD/ParaView-3.10.0-RC1/fedora/Qt/Testing")
set(QtTesting_LIBRARY_DIR "lib64/paraview")

This file is obviously of no use in the installed rpm. Can't see why it should be installed for any builds. Unless the directories mentioned in the file should be different (installed dirs?)
No tags attached.
Issue History
2011-02-14 18:01Orion PoplawskiNew Issue
2011-02-17 15:24David PartykaAssigned To => David Partyka
2011-02-17 15:24David PartykaStatusbacklog => tabled
2011-02-17 16:31David PartykaNote Added: 0025465
2011-02-17 16:31David PartykaStatustabled => @80@
2011-02-17 16:31David PartykaFixed in Version => 3.10
2011-02-17 16:31David PartykaResolutionopen => fixed
2011-02-18 20:27Alan ScottNote Added: 0025512
2011-02-18 20:27Alan ScottStatus@80@ => closed
2013-12-30 22:34Orion PoplawskiNote Added: 0032097
2013-12-30 22:34Orion PoplawskiStatusclosed => backlog
2013-12-30 22:34Orion PoplawskiResolutionfixed => reopened
2016-08-12 09:58Kitware RobotNote Added: 0037924
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotFixed in Version3.10 =>
2016-08-12 09:58Kitware RobotResolutionreopened => moved

Notes
(0025465)
David Partyka   
2011-02-17 16:31   
I now guard that particular install rule with a new QT_TESTING_INSTALL_DEVELOPMENT option. This option gets set to ON when PARAVIEW_INSTALL_DEVELOPMENT gets turned on. Also the file will now be installed in ${PV_INSTALL_CMAKE_DIR} (default being lib/paraview-<blah>/CMake) instead of just lib/cmake.
(0025512)
Alan Scott   
2011-02-18 20:27   
Not tested by closer.
(0032097)
Orion Poplawski   
2013-12-30 22:34   
This isn't working for us (Fedora) as of ParaView 4.1.0-RC2. We want to install paraview development files so users can develop against paraview using our paravew-devel package, so we need to set PARAVIEW_INSTALL_DEVELOPMENT_FILES=ON.

However, these files are getting installed in:

/usr/lib/CMake/QtTestingConfig.cmake

which in our case should probably be /usr/lib{,64}/paraview/cmake/. I may be able to tweak this, but if probably should be based on VTK_INSTALL_LIBRARY_DIR

Perhaps simply using a system qttesting (if possible) would be better though.
(0037924)
Kitware Robot   
2016-08-12 09:58   
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.