From 6c8c3f748bf98b7b868f719b444214423556c2cd Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 13 Feb 2025 14:16:07 +0800 Subject: [PATCH] build for loongarch64 --- libarrow.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libarrow.spec b/libarrow.spec index f5fa3af..9bc9a4d 100644 --- a/libarrow.spec +++ b/libarrow.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without use_flight %bcond_with use_plasma %bcond_with use_gandiva @@ -13,7 +13,7 @@ Name: libarrow Version: 14.0.2 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: A toolbox for accelerated data interchange and in-memory processing License: Apache-2.0 URL: https://arrow.apache.org/ @@ -24,7 +24,7 @@ Source0: https://dist.apache.org/repos/dist/release/arrow/arrow-%{version}/apach # a 64-bit build and runtime environment. This is only consumer of the liborc # package, and in turn the only consumer of this and liborc is Ceph, which # is also 64-bit only -ExcludeArch: %{ix86} %{arm} +ExcludeArch: %{ix86} %{arm} loongarch64 BuildRequires: bison BuildRequires: boost-devel BuildRequires: brotli-devel @@ -848,6 +848,9 @@ export LD_LIBRARY_PATH='%{buildroot}%{_libdir}' %changelog +* Thu Feb 13 2025 Wenlong Zhang - 14.0.2-2 +- build for loongarch64 + * Thu Dec 28 2023 Zhongling He - 14.0.2-1 - Upgrade to 14.0.2 -- Gitee