MantisBT - ParaView
View Issue Details
0012118ParaView(No Category)public2011-04-21 09:562016-08-12 09:58
Sven Buijssen 
David Partyka 
normalminoralways
closedmoved 
3.10.1 
 
0012118: Certain CMake options yield "IceT 2.0.1" in CPackConfig.cmake instead of "ParaView 3.10.1"
Linux x86_64, CMake 2.8.4, minimal test case:

wget http://www.paraview.org/files/v3.10/ParaView-3.10.1.tar.gz [^]
tar -xvzf ParaView-3.10.1.tar.gz
mkdir build && cd build
cmake ../ParaView-3.10.1 \
  -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF \
  -DPARAVIEW_USE_MPI:BOOL=ON
grep IceT CPackConfig.cmake

yields

CPackConfig.cmake:SET(CPACK_NSIS_DISPLAY_NAME "IceT 2.0.1")
CPackConfig.cmake:SET(CPACK_NSIS_PACKAGE_NAME "IceT 2.0.1")
CPackConfig.cmake:SET(CPACK_PACKAGE_DESCRIPTION_FILE "/prefix/build/ParaView-3.10.1/Utilities/IceT/README")
CPackConfig.cmake:SET(CPACK_PACKAGE_FILE_NAME "IceT-2.0.1-Linux")
CPackConfig.cmake:SET(CPACK_PACKAGE_INSTALL_DIRECTORY "IceT 2.0.1")
CPackConfig.cmake:SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "IceT 2.0.1")
CPackConfig.cmake:SET(CPACK_PACKAGE_NAME "IceT")

Admittedly, one is supposed to run either one of

cpack --config Servers/Executables/CPackParaViewServersConfig.cmake
cpack --config Applications/ParaView/CPackParaViewConfig.cmake

and not just 'cpack', so it does not harm. But IceT shouldn't be putting it's cpack info in the root of the PV tree. That's just confusing.
No tags attached.
Issue History
2011-04-21 09:56Sven BuijssenNew Issue
2011-04-21 09:58David PartykaAssigned To => David Partyka
2011-04-21 09:58David PartykaStatusbacklog => tabled
2011-04-21 09:58David PartykaProduct Version3.10.1 => 3.12
2011-04-21 09:58David PartykaProduct Version3.12 => 3.10.1
2011-04-21 09:58David PartykaTarget Version => 3.12
2011-06-16 13:10Zack GalbreathCategoryCMake => (No Category)
2016-08-12 09:58Kitware RobotNote Added: 0037963
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved

Notes
(0037963)
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.