https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.5.md - Added upstream patches: * 0001-java-support-java-bindings-IO-Avmesh-and-LANLX3D.patch - Drop upstream patches: * bundled_libharu_add_missing_libm.patch * 0001-Fix-fmt-includes-again.patch - Disable netcdf support for Leap 15.x to avoid hdf5 version conflicts - Use Java 11 instead of Java 8 JDK. - Use internal fmt package for leap 15 and 16. - Drop leap 15.4 support. - Dropped qml files. OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=206
35 lines
926 B
Diff
35 lines
926 B
Diff
From e1be51aecce8798a643abc4fd486e8beabf252ad Mon Sep 17 00:00:00 2001
|
|
From: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
|
|
Date: Thu, 19 Jun 2025 21:53:51 -0400
|
|
Subject: [PATCH] java: support java bindings IO Avmesh and LANLX3D
|
|
|
|
---
|
|
IO/Avmesh/vtk.module | 1 +
|
|
IO/LANLX3D/vtk.module | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/IO/Avmesh/vtk.module b/IO/Avmesh/vtk.module
|
|
index 3c2a3a7ad3..895f9817bc 100644
|
|
--- a/IO/Avmesh/vtk.module
|
|
+++ b/IO/Avmesh/vtk.module
|
|
@@ -14,6 +14,7 @@ DEPENDS
|
|
VTK::CommonCore
|
|
VTK::IOCore
|
|
PRIVATE_DEPENDS
|
|
+ VTK::CommonExecutionModel
|
|
VTK::CommonDataModel
|
|
TEST_DEPENDS
|
|
VTK::CommonDataModel
|
|
diff --git a/IO/LANLX3D/vtk.module b/IO/LANLX3D/vtk.module
|
|
index 2ff7ee2e9e..4a84226d74 100644
|
|
--- a/IO/LANLX3D/vtk.module
|
|
+++ b/IO/LANLX3D/vtk.module
|
|
@@ -20,3 +20,4 @@ DEPENDS
|
|
VTK::FiltersCore
|
|
PRIVATE_DEPENDS
|
|
VTK::CommonCore
|
|
+ VTK::CommonExecutionModel
|
|
--
|
|
2.43.0
|
|
|