Accepting request 539852 from home:alarrosa:branches:science

- Remove libqt4 from BuildRequires since it's actually only required
  by some demos and tests which are simply not built when it's not
  available (except on Leap, where libqt4 is required)

OBS-URL: https://build.opensuse.org/request/show/539852
OBS-URL: https://build.opensuse.org/package/show/science/eigen3?expand=0&rev=15
This commit is contained in:
Asterios Dramis 2017-11-08 19:10:26 +00:00 committed by Git OBS Bridge
parent 748f8e0ea6
commit fa1e6f6d50
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 7 13:30:09 UTC 2017 - alarrosa@suse.com
- Remove libqt4 from BuildRequires since it's actually only required
by some demos and tests which are simply not built when it's not
available (except on Leap, where libqt4 is required)
-------------------------------------------------------------------
Sat Aug 12 16:10:58 UTC 2017 - jengelh@inai.de

View File

@ -48,7 +48,9 @@ BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
%if 0%{?suse_version} == 1315
BuildRequires: libqt4-devel
%endif
BuildRequires: mpfr-devel
BuildRequires: pkg-config
BuildRequires: sparsehash-devel
@ -68,8 +70,8 @@ numerical solvers, and related algorithms.
%package devel
Summary: C++ Template Library for Linear Algebra
Group: Development/Libraries/C and C++
# libeigen3-devel was last used at openSUSE 13.1 (version 3.2.0)
Group: Development/Libraries/C and C++
Provides: libeigen3-devel = %{version}
Obsoletes: libeigen3-devel < %{version}