GammaRay icon indicating copy to clipboard operation
GammaRay copied to clipboard

VTK 8 is unsupported

Open krop opened this issue 5 years ago • 2 comments

VTK 8.xx is out but it can't be used to build Gammaray. the VTK build system says version 8 is not compatible with older major versions (confirmed locally):

[ 270s] CMake Warning at plugins/objectvisualizer/CMakeLists.txt:26 (find_package): [ 270s] Could not find a configuration file for package "VTK" that is compatible [ 270s] with requested version "7.1". [ 270s] [ 270s] The following configuration files were considered but not accepted: [ 270s] [ 270s] /usr/lib/cmake/vtk/VTKConfig.cmake, version: 8.2.0

krop avatar Apr 02 '19 19:04 krop

That does /not/ break the build, does it? It'll just disable the objectvisualizer plugin build, right?

krf avatar Apr 04 '19 13:04 krf

Correct.

krop avatar Apr 04 '19 13:04 krop

As of b126a584b5de211dfef20462cb84d809e24b943e (part of the upcoming release 3.0.0) the VTK-based objectvisualizer plugin has been removed => VTK is no longer used.

krf avatar Nov 08 '22 07:11 krf