diff --git a/_service b/_service index 146bf22..93c803e 100644 --- a/_service +++ b/_service @@ -3,8 +3,9 @@ git https://github.com/llvm-mirror/libclc.git enable - 0.2.0+git%cd.%h - 6d784075bc56815b0fc493690572c893979abbdd + enable + b518692b52a0bbdf9cf0e2167b9629dd9501abcd + 0.2.0+git.%cd xz diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..01c147c --- /dev/null +++ b/_servicedata @@ -0,0 +1,6 @@ + + + https://github.com/llvm-mirror/libclc.git + b518692b52a0bbdf9cf0e2167b9629dd9501abcd + + diff --git a/libclc-0.2.0+git.20160209.tar.xz b/libclc-0.2.0+git.20160209.tar.xz new file mode 100644 index 0000000..428e89e --- /dev/null +++ b/libclc-0.2.0+git.20160209.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e +size 76148 diff --git a/libclc-0.2.0+git20151006.6d78407.tar.xz b/libclc-0.2.0+git20151006.6d78407.tar.xz deleted file mode 100644 index 3b1a63d..0000000 --- a/libclc-0.2.0+git20151006.6d78407.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6935b56b984067d48c710b5b30a329b9303661d787b059ab5d09fcb5a95ea49a -size 74764 diff --git a/libclc.changes b/libclc.changes index 870f3dc..fbf3fc2 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com + +- Update to version 0.2.0+git.20160209: + * integer: remove explicit casts from _MIN definitions + * AMDGPU: Add alias for tonga + * AMDGPU: Add aliases for all VI targets + * Add _CLC_V_V_VP_VECTORIZE macro + * Implement modf math builtin + * math: Add frexp ported from amd-builtins + * math: Fix log2 vectorization on non-fp64 hw + * configure: Introduce per device defines + * configure: Remove cl_khr_fp64 for device that don't support doubles + * configure: Remove llvm 3.6 defines + ------------------------------------------------------------------- Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com diff --git a/libclc.spec b/libclc.spec index e7c97b1..c8860e5 100644 --- a/libclc.spec +++ b/libclc.spec @@ -1,7 +1,7 @@ # # spec file for package libclc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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+git20151006.6d78407 +Version: 0.2.0+git.20160209 Release: 0 Summary: OpenCL C programming language library License: BSD-3-Clause or MIT @@ -27,11 +27,10 @@ Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: gcc BuildRequires: libstdc++-devel -BuildRequires: libtool BuildRequires: llvm-clang-devel BuildRequires: llvm-devel >= 3.7 BuildRequires: ncurses-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,11 +54,10 @@ export \ --enable-runtime-subnormal \ --pkgconfigdir=%{_libdir}/pkgconfig/ \ --libexecdir=%{_libdir}/clc/ - make %{?_smp_mflags} VERBOSE=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files %defattr(-,root,root)