From f89d1bb664ea72a9d1705a0d1304186328b08b9a Mon Sep 17 00:00:00 2001 From: yinxiulin Date: Thu, 14 Mar 2024 15:21:09 +0800 Subject: [PATCH] Add ppc64le support (cherry picked from commit 17118bed6d5d98b99fb452e297f875b6529a1ace) --- libclc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libclc.spec b/libclc.spec index b6af9c4..88c020a 100644 --- a/libclc.spec +++ b/libclc.spec @@ -25,13 +25,13 @@ Name: %{pkg_name} Version: %{clc_version} -Release: 1 +Release: 2 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 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 loongarch64 ppc64le BuildRequires: clang BuildRequires: clang-devel >= %{version} BuildRequires: libedit-devel @@ -113,6 +113,9 @@ make test || true %{install_includedir}/clc %changelog +* Thu Mar 14 2024 yinxiulin - 17.0.6-2 +- Add ppc64le support + * Mon Dec 4 2023 zhoujing - 17.0.6-1 - Update to 17.0.6 -- Gitee