Building ParaView with system IceT hasn't been tried/tested before. I suspect it would need some tinkering/patching to get working.
Utkarsh On Thu, Oct 30, 2014 at 5:39 AM, Christian Butcher <[email protected]> wrote: > Running ccmake to build the Makefile for Paraview-4.2.0 informs me > (when I set "VTK_USE_SYSTEM_ICET=yes") that it can't find > icetConfig.cmake or icet-config.cmake > > > "CMake Error at VTK/CMake/vtkModuleMacros.cmake:830 (find_package): > By not providing "Findicet.cmake" in By not providing > "Findicet.cmake" in CMAKE_MODULE_PATH this project has > asked CMake to find a package configuration file provided by "icet", but > CMake did not find one. > > Could not find a package configuration file provided by "icet" with any of > the following names: > > icetConfig.cmake > icet-config.cmake > > Add the installation prefix of "icet" to CMAKE_PREFIX_PATH or set > "icet_DIR" to a directory containing one of the above files. If "icet" > provides a separate development package or SDK, be sure it has been > installed. > Call Stack (most recent call first): > ThirdParty/IceT/CMakeLists.txt:58 (vtk_module_third_party)" > > > > Installation of IceT-2.1.0 (appears to be the same version as packaged > with PV) provided a IceTConfig.cmake file in /usr/lib. > > Construction of a symbolic link from > > /usr/lib/icetConfig.cmake -> /usr/lib/IceTConfig.cmake > > moves me past my first error (when I specify cmake option > "icet_DIR=/usr/lib") but then ccmake complains that > > "CMake Error at VTK/CmakeLists.txt:480 (export) > export given target "IceTCore" which is not built by this project. > CMake Error at CMakeLists.txt:774 (export): > export given target "IceTCore" which is not built by this project." > > Google searches suggest I should attempt to modify some file to use > IMPORT statements, but I have no previous experience constructing > CMakeList or .cmake configuration files. > > Any help setting this up (or confirmation that Paraview can be built > with IceT as a system library) would be appreciated. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
