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