From 2f684242191e4c3fcc5119ab917ab6171c7de26c Mon Sep 17 00:00:00 2001 From: suwei Date: Mon, 14 Aug 2023 13:50:30 +0800 Subject: [PATCH] Add loongarch64 and sw_64 support Signed-off-by: suwei (cherry picked from commit 73e768d9dbc763cc4a11dd07e027322b96d92bf8) --- libclc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libclc.spec b/libclc.spec index 0ab8c07..37e5c32 100644 --- a/libclc.spec +++ b/libclc.spec @@ -2,12 +2,12 @@ Name: libclc Version: 12.0.1 -Release: 1 +Release: 2 Summary: An implementation of the library requirements of the OpenCL C License: BSD URL: https://libclc.llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{name}-%{version}.src.tar.xz -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 loongarch64 sw_64 BuildRequires: clang-devel libedit-devel llvm-devel >= 3.9 python3 zlib-devel BuildRequires: cmake spirv-llvm-translator-tools @@ -74,6 +74,9 @@ make test %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Aug 14 2023 suwei - 12.0.1-2 +- Add loongarch64 and sw_64 support + * Fri Mar 18 2022 yaoxin - 12.0.1-1 - Upgrade libclc to 12.0.1 to resolve compilation failures. -- Gitee