forked from pool/libclc
Accepting request 487862 from X11:XOrg
- Update rpmlintrc to include both lib dir .pc files. - 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/487862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=5
This commit is contained in:
commit
06de7c40c6
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">520743b0b72862a987ead6213dc1a5321a2010f9</param>
|
||||
<param name="revision">17648cd846390e294feafef21c32c7106eac1e24</param>
|
||||
<param name="versionformat">0.2.0+git.%cd</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b34baf0a600cd90b18fee2d778ef712c8242438e1bd89c98bf96c2f421d879ac
|
||||
size 93224
|
3
libclc-0.2.0+git.20170225.tar.xz
Normal file
3
libclc-0.2.0+git.20170225.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bc546691152b434dc8442899fffb0d8c810a66b5360df1e103a4742fbe09864
|
||||
size 96360
|
@ -3,4 +3,4 @@ from Config import *
|
||||
|
||||
# Files required at runtime by applications using OpenCL.
|
||||
addFilter("devel-file-in-non-devel-package.*/usr/include/clc/.*")
|
||||
addFilter("devel-file-in-non-devel-package.*/usr/lib64/pkgconfig/libclc.pc")
|
||||
addFilter("devel-file-in-non-devel-package.*/usr/lib[^/]*/pkgconfig/libclc.pc")
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 19:37:03 UTC 2017 - jimmy@boombatower.com
|
||||
|
||||
- Update rpmlintrc to include both lib dir .pc files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user