From 6ad6b7b9d13511020634c3b83598586e876595bcc592ca93e42d1bef556b71b8 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 6 Feb 2017 17:45:06 +0000 Subject: [PATCH] Accepting request 454136 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/454136 OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=16 --- pocl.changes | 5 +++++ pocl.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pocl.changes b/pocl.changes index 9b91753..cd6ecf7 100644 --- a/pocl.changes +++ b/pocl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 10:52:12 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Fri Jan 20 08:45:21 UTC 2017 - mpluskal@suse.com diff --git a/pocl.spec b/pocl.spec index 52277e5..3342a5c 100644 --- a/pocl.spec +++ b/pocl.spec @@ -21,16 +21,20 @@ Name: pocl Version: 0.13 Release: 0 Summary: Portable Computing Language - an OpenCL implementation +License: MIT +Group: Productivity/Other # The whole code is under MIT # except include/utlist.h which is under BSD (and unbundled) and # except lib/kernel/vecmath which is under GPLv3+ or LGPLv3+ (and unbundled in future) -License: MIT -Group: Productivity/Other Url: http://portablecl.org/ Source0: http://portablecl.org/downloads/%{name}-%{version}.tar.gz Source99: pocl-rpmlintrc Patch0: 0001-Fixes-357-broken-build-with-GCC-6.1.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: clang3_8-devel BuildRequires: cmake >= 2.8.12 BuildRequires: libtool