SHA256
1
0
forked from pool/pocl

Accepting request 508962 from home:mnhauke:opencl:stable

- Fix runtime linking issues (missing crtbeginS.so)
  - Require gcc for Factory

OBS-URL: https://build.opensuse.org/request/show/508962
OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=22
This commit is contained in:
Ismail Dönmez 2017-07-11 12:26:40 +00:00 committed by Git OBS Bridge
parent 2a04ff0f0a
commit 6d0696c9aa
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 8 17:29:43 UTC 2017 - mardnh@gmx.de
- Fix runtime linking issues (missing crtbeginS.so)
- Require gcc for Factory
-------------------------------------------------------------------
Mon Jul 3 21:23:21 UTC 2017 - mardnh@gmx.de

View File

@ -52,6 +52,9 @@ BuildRequires: pkgconfig(hwloc)
Requires: clang4
Requires: libstdc++-devel
Requires: libut2
%if 0%{?suse_version} > 1325
Requires: gcc
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Only armv7l is supported
# PPC support is currently broken, due to path problems