diff --git a/pocl.changes b/pocl.changes index 3be74b0..9b91753 100644 --- a/pocl.changes +++ b/pocl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 20 08:45:21 UTC 2017 - mpluskal@suse.com + +- Use llvm3_8 for building and as runtime dependency + ------------------------------------------------------------------- Sun Oct 9 09:17:33 UTC 2016 - mpluskal@suse.com diff --git a/pocl.spec b/pocl.spec index 8564573..52277e5 100644 --- a/pocl.spec +++ b/pocl.spec @@ -1,7 +1,7 @@ # # spec file for package pocl # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Guillaume GARDET # # All modifications and additions to the file contributed by third parties @@ -21,23 +21,21 @@ 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 BuildRequires: boost-devel +BuildRequires: clang3_8-devel BuildRequires: cmake >= 2.8.12 BuildRequires: libtool BuildRequires: libtool-ltdl-devel -BuildRequires: llvm > 3.5 -BuildRequires: llvm-clang > 3.5 -BuildRequires: llvm-clang-devel > 3.5 -BuildRequires: llvm-devel > 3.5 +BuildRequires: llvm3_8-devel BuildRequires: ncurses-devel BuildRequires: ninja BuildRequires: opencl-headers @@ -46,8 +44,8 @@ BuildRequires: uthash-devel BuildRequires: pkgconfig(OpenCL) BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(hwloc) +Requires: clang3_8 Requires: libstdc++-devel -Requires: llvm-clang > 3.5 Requires: uthash BuildRoot: %{_tmppath}/%{name}-%{version}-build # Only armv7l is supported