forked from pool/paraview
Accepting request 953329 from science
OBS-URL: https://build.opensuse.org/request/show/953329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=42
This commit is contained in:
commit
f62b2637be
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 10 21:28:19 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Drop unused exodusII-devel build dependency (used vendored
|
||||||
|
version and defaults to IOSS based exodus reader since PV 5.10).
|
||||||
|
- Use system gl2ps also on Leap 15.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 24 21:01:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Dec 24 21:01:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without pugixml
|
%bcond_without pugixml
|
||||||
%endif
|
%endif
|
||||||
# Need unrelased version > 1.4.0 with e.g. gl2psTextOptColorBL
|
%bcond_without gl2ps
|
||||||
%bcond_with gl2ps
|
|
||||||
# Need patched version with HPDF_SHADING
|
# Need patched version with HPDF_SHADING
|
||||||
%bcond_with haru
|
%bcond_with haru
|
||||||
|
|
||||||
@ -54,7 +53,6 @@ BuildRequires: cmake >= 3.13
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: double-conversion-devel
|
BuildRequires: double-conversion-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: exodusii-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
@ -64,7 +62,7 @@ BuildRequires: hdf5-devel
|
|||||||
BuildRequires: libboost_graph-devel
|
BuildRequires: libboost_graph-devel
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
%if %{with gl2ps}
|
%if %{with gl2ps}
|
||||||
BuildRequires: gl2ps-devel
|
BuildRequires: gl2ps-devel >= 1.4.1
|
||||||
%endif
|
%endif
|
||||||
%if %{with haru}
|
%if %{with haru}
|
||||||
BuildRequires: libharu-devel > 2.3.0
|
BuildRequires: libharu-devel > 2.3.0
|
||||||
@ -104,7 +102,7 @@ BuildRequires: pkgconfig(ogg)
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(protobuf) >= 2.6.0
|
BuildRequires: pkgconfig(protobuf) >= 2.6.0
|
||||||
%if %{with pugixml}
|
%if %{with pugixml}
|
||||||
BuildRequires: pkgconfig(pugixml)
|
BuildRequires: pkgconfig(pugixml) >= 1.11
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(theora)
|
BuildRequires: pkgconfig(theora)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
|
Loading…
Reference in New Issue
Block a user