Accepting request 451568 from science
1 OBS-URL: https://build.opensuse.org/request/show/451568 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocl?expand=0&rev=6
This commit is contained in:
commit
3af8fb7744
@ -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
|
||||
|
||||
|
14
pocl.spec
14
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 <guillaume@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user