This is a bugfix release (no changelog).
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D4421
Update vtk to 8.1.2 Authored by kyrios123 on Nov 22 2018, 3:15 PM. Tags None Referenced Files
Subscribers
Details
This is a bugfix release (no changelog). Signed-off-by: Pierre-Yves <pyu@riseup.net> Tested with opencascade-ce
Diff Detail
Event TimelineComment Actions What do you think about building VTK against system libs instead of bundled ones? CMake scripts contain bunch of "VTK_USE_SYSTEM_something" flags that are set to OFF by default. I've enabled some of them in our ParaView package, and it works normal. I've encountered problems only with libtheora, gl2ps (both require builds from master branches) and GLEW (builds successfully, but segfaults on launch). |