add sw_64 support
This commit is contained in:
parent
f3658ed070
commit
d8653e09a2
@ -26,13 +26,13 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{clc_version}
|
Version: %{clc_version}
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: An implementation of the library requirements of the OpenCL C
|
Summary: An implementation of the library requirements of the OpenCL C
|
||||||
License: Apache-2.0 WITH LLVM-exception OR BSD OR MIT
|
License: Apache-2.0 WITH LLVM-exception OR BSD OR MIT
|
||||||
URL: https://libclc.llvm.org
|
URL: https://libclc.llvm.org
|
||||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{clc_srcdir}.tar.xz
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{clc_srcdir}.tar.xz
|
||||||
|
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 loongarch64 ppc64le
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 loongarch64 ppc64le sw_64
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: clang-devel >= %{version}
|
BuildRequires: clang-devel >= %{version}
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
@ -118,6 +118,9 @@ make test || true
|
|||||||
%{install_includedir}/clc
|
%{install_includedir}/clc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 12 2025 mahailiang <mahailiang@uniontech.com> - 17.0.6-4
|
||||||
|
- add sw_64 support
|
||||||
|
|
||||||
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-3
|
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-3
|
||||||
- Add BiSheng Autotuner support.
|
- Add BiSheng Autotuner support.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user