Accepting request 663057 from home:aaronpuchert

Update to version 0.2.0+git.20181127, which fixes issues with amdgcn.

OBS-URL: https://build.opensuse.org/request/show/663057
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=25
This commit is contained in:
Jimmy Berry 2019-01-06 03:28:51 +00:00 committed by Git OBS Bridge
parent ab80c44871
commit 5fe6823436
5 changed files with 31 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jan 5 16:43:13 UTC 2019 - aaronpuchert@alice-dsl.net
- Update to version 0.2.0+git.20181127, which fixes issues with amdgcn:
* travis: Add cmake build
* Add cmake build system
* r600: Remove empty OVERRIDES file
* amdgcn: Consolidate atomic minmax helpers
* configure: Add target specific asm rule.
* configure: provide llvm_as helper variable
* r600: Add datalayout to image builtin implementation
* Remove redundant OVERRRIDES file
* configure: Provide symlink for amdgcn-mesa3d instead of configure hack
* travis: Check tahiti-amdgcn-mesa-mesa3d.bc
* amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions
* amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file
* amdgcn: Convert get_num_groups to clc
* amdgcn: Convert get_global_size to clc
* amdgcn: Convert get_local_size to clc
* r600: Convert barrier to clc
* r600: Convert get_num_groups to clc
* r600: Convert get_global_size to clc
* r600: Convert get_local_size to clc
-------------------------------------------------------------------
Fri Oct 12 01:55:46 UTC 2018 - jimmy@boombatower.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libclc
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libclc
Version: 0.2.0+git.20180915
Version: 0.2.0+git.20181127
Release: 0
Summary: OpenCL C programming language library
License: BSD-3-Clause OR MIT