Accepting request 487675 from home:boombatower:branches:X11:XOrg

Will fail to build in devel, but needed for accept llvm4 to Factory.

- Update to version 0.2.0+git.20170225:
  * Fix build since llvm r286566 and require at least llvm 4.0
  * Fix build since r286752.
  * math: Add expm1 builtin function
  * math: Add logb builtin
  * math: Add native_rsqrt builtin function
  * Add the correct prefixes to the cl_khr_fp64 pragma
  * Move BufferPtr into the block where it it being used
  * math: Add native_tan as wrapper to tan
  * .gitignore: Ignore amdgcn-mesa object directory
  * math: Implement sinh function

OBS-URL: https://build.opensuse.org/request/show/487675
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=14
This commit is contained in:
Jimmy Berry 2017-04-12 17:50:17 +00:00 committed by Git OBS Bridge
parent 34057b04a7
commit a80416aeaa
6 changed files with 28 additions and 11 deletions

View File

@ -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">520743b0b72862a987ead6213dc1a5321a2010f9</param>
<param name="revision">17648cd846390e294feafef21c32c7106eac1e24</param>
<param name="versionformat">0.2.0+git.%cd</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 10 15:44:21 UTC 2017 - jimmy@boombatower.com
- Update to version 0.2.0+git.20170225:
* Fix build since llvm r286566 and require at least llvm 4.0
* Fix build since r286752.
* math: Add expm1 builtin function
* math: Add logb builtin
* math: Add native_rsqrt builtin function
* Add the correct prefixes to the cl_khr_fp64 pragma
* Move BufferPtr into the block where it it being used
* math: Add native_tan as wrapper to tan
* .gitignore: Ignore amdgcn-mesa object directory
* math: Implement sinh function
-------------------------------------------------------------------
Sun Sep 25 17:24:10 UTC 2016 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libclc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libclc
Version: 0.2.0+git.20160921
Version: 0.2.0+git.20170225
Release: 0
Summary: OpenCL C programming language library
License: BSD-3-Clause or MIT
@ -27,8 +27,8 @@ Source0: %{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc
BuildRequires: gcc
BuildRequires: libstdc++-devel >= 3.9
BuildRequires: llvm-clang-devel >= 3.9
BuildRequires: llvm-devel >= 3.9
BuildRequires: llvm-clang-devel >= 4.0
BuildRequires: llvm-devel >= 4.0
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: python