From 545b17ff112cc92002606e01171c254acb9a49ae Mon Sep 17 00:00:00 2001 From: Hailiang Date: Wed, 12 Mar 2025 13:50:38 +0800 Subject: [PATCH] add sw_64 support --- libclc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libclc.spec b/libclc.spec index 2e2081c..1c0ab47 100644 --- a/libclc.spec +++ b/libclc.spec @@ -26,13 +26,13 @@ Name: %{pkg_name} Version: %{clc_version} -Release: 4 +Release: 5 Summary: An implementation of the library requirements of the OpenCL C License: Apache-2.0 WITH LLVM-exception OR BSD OR MIT URL: https://libclc.llvm.org 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-devel >= %{version} BuildRequires: libedit-devel @@ -115,6 +115,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline" %{install_includedir}/clc %changelog +* Wed Mar 12 2025 mahailiang - 17.0.6-5 +- add sw_64 support + * Wed Nov 13 2024 Funda Wang - 17.0.6-4 - adopt to new cmake macro -- Gitee