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:
parent
2a04ff0f0a
commit
6d0696c9aa
@ -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
|
Mon Jul 3 21:23:21 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -52,6 +52,9 @@ BuildRequires: pkgconfig(hwloc)
|
|||||||
Requires: clang4
|
Requires: clang4
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Requires: libut2
|
Requires: libut2
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
Requires: gcc
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Only armv7l is supported
|
# Only armv7l is supported
|
||||||
# PPC support is currently broken, due to path problems
|
# PPC support is currently broken, due to path problems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user