Atri Bhattacharya
c97ea51671
https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.3.md - Add patches: * 0001-ioss-update-fmt-includes.patch - Drop upstream patches: * fix_rendering_core_linkage - New features and bugfixes: * The vendored `fmt` library has been updated to 10.1.1. * Fix SIGSEGV on `vtkCompositeDataProbeFilter`. * Add `ComponentName` in `vtkImageAlgorithm` and subclasses. * Fix UT record support in `vtkDICOMParser` * Fix for reading binary XML files > 2Gb on Windows. * Fix `ResampleWithDataSet` with an HTG source using MPI. * Fix `HyperTree` iterator in `ExtractElements` method. * Fix `vtkOpenGLRenderWindow::GetZBufferData` in OpenGL ES 3. * Fix GPU Ray Cast Volume Rendering with `ModelTransformMatrix`. * Fix Off-axis stereo image separation issue. * Fix Display Attribute Inheritance `vtkOpenGLGlyph3DMapper`. OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=193
19 lines
468 B
Diff
19 lines
468 B
Diff
--- a/Rendering/LICOpenGL2/vtk.module_orig 2023-12-27 17:36:03.966016939 +0100
|
|
+++ b/Rendering/LICOpenGL2/vtk.module 2023-12-27 17:36:40.199591808 +0100
|
|
@@ -14,6 +14,7 @@
|
|
VTK::CommonDataModel
|
|
VTK::CommonExecutionModel
|
|
VTK::RenderingOpenGL2
|
|
+ VTK::RenderingCore
|
|
PRIVATE_DEPENDS
|
|
VTK::CommonMath
|
|
VTK::CommonSystem
|
|
@@ -22,7 +23,6 @@
|
|
VTK::IOXML
|
|
VTK::ImagingCore
|
|
VTK::ImagingSources
|
|
- VTK::RenderingCore
|
|
VTK::glew
|
|
VTK::opengl
|
|
VTK::vtksys
|