Modify python to python3

This commit is contained in:
lyn1001 2020-08-11 14:22:32 +08:00
parent 39a9576712
commit 1c5a4f6a6b

View File

@ -2,7 +2,7 @@
Name: libclc Name: libclc
Version: 0.2.0 Version: 0.2.0
Release: 15 Release: 16
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
@ -69,6 +69,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline"
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Tue Aug 11 2020 yanan li <liyanan032@huawei.com> -0.2.0-16
- Modify python to python3
* Thu Jul 09 2020 whoisxxx <zhangxuzhou4@huawei.com> - 0.2.0-15 * Thu Jul 09 2020 whoisxxx <zhangxuzhou4@huawei.com> - 0.2.0-15
- Add RISC-V arch - Add RISC-V arch