forked from pool/libclc
Accepting request 449323 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/449323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=4
This commit is contained in:
commit
63f75f4de4
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">b518692b52a0bbdf9cf0e2167b9629dd9501abcd</param>
|
||||
<param name="revision">520743b0b72862a987ead6213dc1a5321a2010f9</param>
|
||||
<param name="versionformat">0.2.0+git.%cd</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,6 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||
<param name="changesrevision">b518692b52a0bbdf9cf0e2167b9629dd9501abcd</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
<param name="changesrevision">520743b0b72862a987ead6213dc1a5321a2010f9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e
|
||||
size 76148
|
3
libclc-0.2.0+git.20160921.tar.xz
Normal file
3
libclc-0.2.0+git.20160921.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b34baf0a600cd90b18fee2d778ef712c8242438e1bd89c98bf96c2f421d879ac
|
||||
size 93224
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 17:24:10 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.2.0+git.20160921:
|
||||
* Avoid ambiguity in calling atom_add functions.
|
||||
* Replace nextafter implementation
|
||||
* Add ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE
|
||||
* math: Implement lgamma_r
|
||||
* math: Implement lgamma
|
||||
* math: Implement tgamma
|
||||
* amdgcn-amdhsa: Add get_global_size() implementation
|
||||
* amdgcn-amdhsa: Add get_num_groups implementation
|
||||
* configure: Add amdgcn-mesa-mesa3d target
|
||||
* Provide vstore_half helper to workaround clc restrictions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libclc
|
||||
Version: 0.2.0+git.20160209
|
||||
Version: 0.2.0+git.20160921
|
||||
Release: 0
|
||||
Summary: OpenCL C programming language library
|
||||
License: BSD-3-Clause or MIT
|
||||
@ -26,9 +26,9 @@ Url: http://libclc.llvm.org/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: llvm-clang-devel
|
||||
BuildRequires: llvm-devel >= 3.7
|
||||
BuildRequires: libstdc++-devel >= 3.9
|
||||
BuildRequires: llvm-clang-devel >= 3.9
|
||||
BuildRequires: llvm-devel >= 3.9
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
|
Loading…
Reference in New Issue
Block a user