From 5fe6823436e437528c7c8d4722aa16192179d8d8dd5b5cda8858d482cbb92a4b Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Sun, 6 Jan 2019 03:28:51 +0000 Subject: [PATCH] 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 --- _servicedata | 2 +- libclc-0.2.0+git.20180915.tar.xz | 3 --- libclc-0.2.0+git.20181127.tar.xz | 3 +++ libclc.changes | 24 ++++++++++++++++++++++++ libclc.spec | 6 +++--- 5 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 libclc-0.2.0+git.20180915.tar.xz create mode 100644 libclc-0.2.0+git.20181127.tar.xz diff --git a/_servicedata b/_servicedata index b0021c0..e820220 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/llvm-mirror/libclc.git - dabae5a2afb78cba0320a86e3f5f0b5dc83e077c + 1ecb16dd7d8b8e9151027faab996f27b2ac508e3 diff --git a/libclc-0.2.0+git.20180915.tar.xz b/libclc-0.2.0+git.20180915.tar.xz deleted file mode 100644 index 8f29525..0000000 --- a/libclc-0.2.0+git.20180915.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7136e75277d0091bf556c2abf272137306a1eec6a5865b24c42ce804c8af002d -size 121592 diff --git a/libclc-0.2.0+git.20181127.tar.xz b/libclc-0.2.0+git.20181127.tar.xz new file mode 100644 index 0000000..c825a9c --- /dev/null +++ b/libclc-0.2.0+git.20181127.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7165587f35b668cca19e38620acf3209d53d4eb27c0f8b5a74a9371e5ba043 +size 124752 diff --git a/libclc.changes b/libclc.changes index 49496ea..c4bcdea 100644 --- a/libclc.changes +++ b/libclc.changes @@ -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 diff --git a/libclc.spec b/libclc.spec index 69e53e5..576ff9b 100644 --- a/libclc.spec +++ b/libclc.spec @@ -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