Accepting request 594693 from home:badshah400:branches:science
- BuildRequires: libboost_date_time-devel instead of BuildRequires: libboost_date_time1_66_0-devel, and only for openSUSE > 1320; boost-devel in its entirety is already required for older versions. - gcc-c++ >= 4.9 now required. OBS-URL: https://build.opensuse.org/request/show/594693 OBS-URL: https://build.opensuse.org/package/show/science/cadabra2?expand=0&rev=20
This commit is contained in:
parent
64f6087492
commit
f63424d1cf
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 01:46:11 UTC 2018 - badshah400@gmail.com
|
||||
|
||||
- BuildRequires: libboost_date_time-devel instead of
|
||||
BuildRequires: libboost_date_time1_66_0-devel, and only for
|
||||
openSUSE > 1320; boost-devel in its entirety is already required
|
||||
for older versions.
|
||||
- gcc-c++ >= 4.9 now required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 30 10:21:17 UTC 2018 - badshah400@gmail.com
|
||||
|
||||
|
@ -31,10 +31,9 @@ Patch1: cadabra2-add-pthread-to-cxxflags.patch
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-c++ >= 4.9
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libboost_date_time1_66_0-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -77,6 +76,7 @@ Recommends: %{name}-doc
|
||||
Recommends: %{name}-examples
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: libboost_date_time-devel
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: libboost_program_options-devel
|
||||
|
Loading…
Reference in New Issue
Block a user