From ec0fed3f2649e6aab95c403f6ac3de5ec5c45fa9cf63915484637004c2870102 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 7 Feb 2017 12:13:09 +0000 Subject: [PATCH] Accepting request 453750 from home:adamm:branches:devel:libraries:c_c++ - use individual libboost-*-devel packages instead of boost-devel OBS-URL: https://build.opensuse.org/request/show/453750 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adolc?expand=0&rev=57 --- adolc.changes | 5 +++++ adolc.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/adolc.changes b/adolc.changes index 8b6350a..b3b34c1 100644 --- a/adolc.changes +++ b/adolc.changes @@ -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 diff --git a/adolc.spec b/adolc.spec index 5cf48c0..cdb2adb 100644 --- a/adolc.spec +++ b/adolc.spec @@ -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