Dominique Leuenberger 2019-10-10 09:48:44 +00:00 committed by Git OBS Bridge
commit f1d4418614
5 changed files with 23 additions and 14 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">45017385361603d6328997a2272d140e50786686</param>
<param name="changesrevision">0db3817c4e48f2fd56dc926e7c21cfc6a8ecff8f</param>
</service>
</servicedata>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 26 13:20:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.2.0+git.20190805:
* Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
* travis: Add LLVM-8 build
- Small spec file updates
-------------------------------------------------------------------
Tue Mar 19 08:23:57 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,28 +17,28 @@
Name: libclc
Version: 0.2.0+git.20190313
Version: 0.2.0+git.20190805
Release: 0
Summary: OpenCL C programming language library
License: (BSD-3-Clause or MIT) and Apache-2.0 WITH LLVM-exception
License: (BSD-3-Clause OR MIT) AND Apache-2.0 WITH LLVM-exception
Group: Development/Libraries/C and C++
Url: http://libclc.llvm.org/
URL: https://libclc.llvm.org/
Source0: %{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc
BuildRequires: gcc
BuildRequires: libstdc++-devel >= 3.9
BuildRequires: llvm >= 4.0
BuildRequires: llvm-clang-devel >= 4.0
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: zlib-devel
BuildRequires: python3-base
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(zlib)
%description
Library requirements of the OpenCL C programming language.
%prep
%setup -q
%autosetup
%build
sed -i "s|python|python3|g" configure.py
@ -54,13 +54,13 @@ python3 ./configure.py \
--enable-runtime-subnormal \
--pkgconfigdir=%{_libdir}/pkgconfig/ \
--libexecdir=%{_libdir}/clc/
make %{?_smp_mflags} VERBOSE=1
%make_build
%install
%make_install
%files
%doc LICENSE.TXT
%license LICENSE.TXT
%{_includedir}/clc
%{_libdir}/clc
%{_libdir}/pkgconfig/libclc.pc