SHA256
1
0
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:
Dominique Leuenberger 2017-01-11 10:55:19 +00:00 committed by Git OBS Bridge
commit 63f75f4de4
6 changed files with 26 additions and 13 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/llvm-mirror/libclc.git</param> <param name="url">https://github.com/llvm-mirror/libclc.git</param>
<param name="submodules">enable</param> <param name="submodules">enable</param>
<param name="changesgenerate">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> <param name="versionformat">0.2.0+git.%cd</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,6 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/llvm-mirror/libclc.git</param> <param name="url">https://github.com/llvm-mirror/libclc.git</param>
<param name="changesrevision">b518692b52a0bbdf9cf0e2167b9629dd9501abcd</param> <param name="changesrevision">520743b0b72862a987ead6213dc1a5321a2010f9</param></service></servicedata>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e
size 76148

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b34baf0a600cd90b18fee2d778ef712c8242438e1bd89c98bf96c2f421d879ac
size 93224

View File

@ -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 Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: libclc Name: libclc
Version: 0.2.0+git.20160209 Version: 0.2.0+git.20160921
Release: 0 Release: 0
Summary: OpenCL C programming language library Summary: OpenCL C programming language library
License: BSD-3-Clause or MIT License: BSD-3-Clause or MIT
@ -26,9 +26,9 @@ Url: http://libclc.llvm.org/
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc Source1: %{name}-rpmlintrc
BuildRequires: gcc BuildRequires: gcc
BuildRequires: libstdc++-devel BuildRequires: libstdc++-devel >= 3.9
BuildRequires: llvm-clang-devel BuildRequires: llvm-clang-devel >= 3.9
BuildRequires: llvm-devel >= 3.7 BuildRequires: llvm-devel >= 3.9
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python BuildRequires: python