SHA256
1
0
forked from pool/vtk

Accepting request 1066442 from home:StefanBruens:branches:science

- Update to version 9.2.6, see:
  https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.2.md
- Use bundled pegtl on TW, version 3.x is API incompatible with
  required pegtl 2.x.

OBS-URL: https://build.opensuse.org/request/show/1066442
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=180
This commit is contained in:
Stefan Brüns 2023-02-19 20:46:42 +00:00 committed by Git OBS Bridge
parent 16c72e2223
commit 03cc6fafd7
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:128d601baa980e98ee034207974b33fb38d2c98ab9cf4a5756efdb09ed6c0949
size 53807732

3
VTK-9.2.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12
size 53810904

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Feb 18 02:07:33 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 9.2.6, see:
https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.2.md
- Use bundled pegtl on TW, version 3.x is API incompatible with
required pegtl 2.x.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 27 03:50:47 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Fri Jan 27 03:50:47 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -33,19 +33,21 @@
# pugixml in Leap 15.x is too old # pugixml in Leap 15.x is too old
# fmt in Leap 15.x is too old # fmt in Leap 15.x is too old
# Need haru/hpdf version with HPDF_SHADING, i.e. >= 2.4.0 # Need haru/hpdf version with HPDF_SHADING, i.e. >= 2.4.0
# PEGTL >= 3.0 not supported, https://gitlab.kitware.com/vtk/vtk/-/issues/18151
%if 0%{?suse_version} <= 1500 %if 0%{?suse_version} <= 1500
%bcond_with fmt %bcond_with fmt
%bcond_with haru %bcond_with haru
%bcond_without pegtl
%bcond_with pugixml %bcond_with pugixml
%else %else
%bcond_without fmt %bcond_without fmt
%bcond_without haru %bcond_without haru
%bcond_with pegtl
%bcond_without pugixml %bcond_without pugixml
%endif %endif
%bcond_without gl2ps %bcond_without gl2ps
%bcond_without java %bcond_without java
%bcond_without pegtl
%if "%{flavor}" == "" %if "%{flavor}" == ""
%define my_suffix %{nil} %define my_suffix %{nil}
@ -90,7 +92,7 @@
%define shlib %{vtklib} %define shlib %{vtklib}
Name: vtk%{?my_suffix} Name: vtk%{?my_suffix}
Version: 9.2.5 Version: 9.2.6
Release: 0 Release: 0
%define series 9.2 %define series 9.2
Summary: The Visualization Toolkit - A high level 3D visualization library Summary: The Visualization Toolkit - A high level 3D visualization library
@ -192,7 +194,7 @@ BuildRequires: python3-mpi4py-devel
BuildRequires: pkgconfig(pugixml) >= 1.11 BuildRequires: pkgconfig(pugixml) >= 1.11
%endif %endif
%if %{with pegtl} %if %{with pegtl}
BuildRequires: pegtl-devel >= 2.0.0 BuildRequires: (pegtl-devel >= 2.0.0 with pegtl-devel < 3.0)
%endif %endif
%if %{with testing} %if %{with testing}
BuildRequires: cli11-devel BuildRequires: cli11-devel
@ -266,7 +268,7 @@ Requires: pkgconfig(netcdf)
Requires: pkgconfig(theora) Requires: pkgconfig(theora)
Requires: pkgconfig(zlib) Requires: pkgconfig(zlib)
%if %{with pegtl} %if %{with pegtl}
Requires: pegtl-devel Requires: (pegtl-devel >= 2.0.0 with pegtl-devel < 3.0)
%endif %endif
%if %{with pugixml} %if %{with pugixml}
Requires: pkgconfig(pugixml) >= 1.11 Requires: pkgconfig(pugixml) >= 1.11