Accepting request 455242 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/455242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adolc?expand=0&rev=26
This commit is contained in:
commit
d88315aa74
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 09:50:03 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
- use individual libboost-*-devel packages instead of boost-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 22:32:43 UTC 2016 - kkhere.geo@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package adolc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,12 @@ Url: http://projects.coin-or.org/ADOL-C
|
||||
Source0: http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: ColPack-devel
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user