forked from pool/libclc
Accepting request 733451 from home:pluskalm:branches:X11:XOrg
- 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 OBS-URL: https://build.opensuse.org/request/show/733451 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=30
This commit is contained in:
parent
ff2dd81ca3
commit
3f3a36bb76
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||||
<param name="changesrevision">45017385361603d6328997a2272d140e50786686</param>
|
<param name="changesrevision">0db3817c4e48f2fd56dc926e7c21cfc6a8ecff8f</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3db1f16c990d95adfae99157440187b10caa4cae8ab87dfd3564dc447d7e92b8
|
|
||||||
size 128500
|
|
3
libclc-0.2.0+git.20190805.tar.xz
Normal file
3
libclc-0.2.0+git.20190805.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70c0f05bc613a21613342cb07be414696aa797a976dabb434f5a248b568edbc4
|
||||||
|
size 128480
|
@ -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>
|
Tue Mar 19 08:23:57 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
18
libclc.spec
18
libclc.spec
@ -17,28 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libclc
|
Name: libclc
|
||||||
Version: 0.2.0+git.20190313
|
Version: 0.2.0+git.20190805
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenCL C programming language library
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://libclc.llvm.org/
|
URL: https://libclc.llvm.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libstdc++-devel >= 3.9
|
BuildRequires: libstdc++-devel >= 3.9
|
||||||
BuildRequires: llvm >= 4.0
|
BuildRequires: llvm >= 4.0
|
||||||
BuildRequires: llvm-clang-devel >= 4.0
|
BuildRequires: llvm-clang-devel >= 4.0
|
||||||
BuildRequires: ncurses-devel
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3-base
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: pkgconfig(ncurses)
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library requirements of the OpenCL C programming language.
|
Library requirements of the OpenCL C programming language.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i "s|python|python3|g" configure.py
|
sed -i "s|python|python3|g" configure.py
|
||||||
@ -54,13 +54,13 @@ python3 ./configure.py \
|
|||||||
--enable-runtime-subnormal \
|
--enable-runtime-subnormal \
|
||||||
--pkgconfigdir=%{_libdir}/pkgconfig/ \
|
--pkgconfigdir=%{_libdir}/pkgconfig/ \
|
||||||
--libexecdir=%{_libdir}/clc/
|
--libexecdir=%{_libdir}/clc/
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
%{_includedir}/clc
|
%{_includedir}/clc
|
||||||
%{_libdir}/clc
|
%{_libdir}/clc
|
||||||
%{_libdir}/pkgconfig/libclc.pc
|
%{_libdir}/pkgconfig/libclc.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user