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
This commit is contained in:
Martin Hauke 2017-02-06 17:45:06 +00:00 committed by Git OBS Bridge
parent 0ca2389bb7
commit 6ad6b7b9d1
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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