Accepting request 1150115 from science
OBS-URL: https://build.opensuse.org/request/show/1150115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtk?expand=0&rev=61
This commit is contained in:
commit
d6c39b0e99
10
vtk.changes
10
vtk.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 13:26:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 31 19:55:50 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Add fmt and FastFloat dependencies to devel subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 05:28:42 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Thu Dec 28 05:28:42 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
18
vtk.spec
18
vtk.spec
@ -236,6 +236,7 @@ Requires: %{shlib} = %{version}
|
|||||||
Requires: cgns-devel
|
Requires: cgns-devel
|
||||||
Requires: cmake >= 3.4
|
Requires: cmake >= 3.4
|
||||||
Requires: double-conversion-devel
|
Requires: double-conversion-devel
|
||||||
|
%{?with_fmt:Requires: fmt-devel}
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
%{?with_gl2ps:Requires: gl2ps-devel}
|
%{?with_gl2ps:Requires: gl2ps-devel}
|
||||||
Requires: hdf5-devel
|
Requires: hdf5-devel
|
||||||
@ -249,6 +250,7 @@ Requires: python3-%{name} = %{version}
|
|||||||
Requires: utfcpp-devel
|
Requires: utfcpp-devel
|
||||||
%{?with_mpi:Requires: %{mpi_flavor}}
|
%{?with_mpi:Requires: %{mpi_flavor}}
|
||||||
%{?with_mpi:Requires: %{mpi_flavor}-devel}
|
%{?with_mpi:Requires: %{mpi_flavor}-devel}
|
||||||
|
%{?with_fast_float:Requires: cmake(FastFloat)}
|
||||||
Requires: cmake(Verdict)
|
Requires: cmake(Verdict)
|
||||||
Requires: cmake(nlohmann_json)
|
Requires: cmake(nlohmann_json)
|
||||||
Requires: pkgconfig(Qt5Core)
|
Requires: pkgconfig(Qt5Core)
|
||||||
@ -395,16 +397,16 @@ languages.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n VTK-%{version}
|
%setup -n VTK-%{version}
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%if %{with gles}
|
%if %{with gles}
|
||||||
%patch7 -p1
|
%patch -P 7 -p1
|
||||||
%patch8 -p1
|
%patch -P 8 -p1
|
||||||
%patch9 -p1
|
%patch -P 9 -p1
|
||||||
%patch10 -p1
|
%patch -P 10 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch17 -p1
|
%patch -P 17 -p1
|
||||||
%patch18 -p1
|
%patch -P 18 -p1
|
||||||
|
|
||||||
# Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata
|
# Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata
|
||||||
# otherwise it will break on symlinks.
|
# otherwise it will break on symlinks.
|
||||||
|
Loading…
Reference in New Issue
Block a user