Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vtk for openSUSE:Factory checked in at 2026-05-27 16:15:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vtk (Old) and /work/SRC/openSUSE:Factory/.vtk.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vtk" Wed May 27 16:15:17 2026 rev:72 rq:1355230 version:9.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vtk/vtk.changes 2026-05-13 17:24:19.499702460 +0200 +++ /work/SRC/openSUSE:Factory/.vtk.new.1937/vtk.changes 2026-05-27 16:16:34.195949180 +0200 @@ -1,0 +2,6 @@ +Thu May 21 18:17:50 UTC 2026 - Kavin Teenakul <[email protected]> + +- Add tbb build conditional and use it to select VTK's TBB SMP + backend. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtk.spec ++++++ --- /var/tmp/diff_new_pack.pNKJIF/_old 2026-05-27 16:16:35.363996817 +0200 +++ /var/tmp/diff_new_pack.pNKJIF/_new 2026-05-27 16:16:35.363996817 +0200 @@ -1,8 +1,7 @@ # # spec file for package vtk # -# Copyright (c) 2026 SUSE LLC -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +22,7 @@ %bcond_with documentation %bcond_with testing %bcond_with mysql +%bcond_with tbb %ifarch %arm aarch64 %bcond_without gles @@ -232,6 +232,9 @@ %if %{with testing} BuildRequires: vtkdata = %{version} %endif +%if %{with tbb} +BuildRequires: tbb-devel +%endif %description VTK is a software system for image processing, 3D graphics, volume @@ -545,6 +548,7 @@ -DVTK_MODULE_USE_EXTERNAL_VTK_verdict=%{?with_verdict:ON}%{!?with_verdict:OFF} \ -DVTK_OPENGL_USE_GLES:BOOL=%{?with_gles:ON}%{!?with_gles:OFF} \ -DVTK_PYTHON_VERSION=3 \ + -DVTK_SMP_IMPLEMENTATION_TYPE=%{?with_tbb:TBB}%{!?with_tbb:Sequential} \ -DVTK_USE_EXTERNAL:BOOL=ON \ -DVTK_WRAP_JAVA:BOOL=%{?with_java:ON}%{!?with_java:OFF} \ -DVTK_WRAP_PYTHON:BOOL=ON \
