!4 Add support for RISC-V

Merge pull request !4 from whoisxxx/master
This commit is contained in:
openeuler-ci-bot 2020-07-14 15:40:16 +08:00 committed by Gitee
commit f6e9060a94

View File

@ -2,13 +2,13 @@
Name: libclc Name: libclc
Version: 0.2.0 Version: 0.2.0
Release: 14 Release: 15
Summary: An implementation of the library requirements of the OpenCL C Summary: An implementation of the library requirements of the OpenCL C
License: BSD License: BSD
URL: https://libclc.llvm.org URL: https://libclc.llvm.org
Source0: https://github.com/llvm-mirror/%{name}/archive/1ecb16dd7d8b8e9151027faab996f27b2ac508e3/%{name}-git1ecb16d.tar.gz Source0: https://github.com/llvm-mirror/%{name}/archive/1ecb16dd7d8b8e9151027faab996f27b2ac508e3/%{name}-git1ecb16d.tar.gz
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
BuildRequires: clang-devel libedit-devel llvm-devel >= 3.9 python zlib-devel BuildRequires: clang-devel libedit-devel llvm-devel >= 3.9 python zlib-devel
%description %description
@ -69,5 +69,8 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline"
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Thu Jul 09 2020 whoisxxx <zhangxuzhou4@huawei.com> - 0.2.0-15
- Add RISC-V arch
* Tue Dec 31 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.0-14 * Tue Dec 31 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.0-14
- Package init - Package init