Skip to content

Commit

Permalink
updpkg: arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
A1ca7raz authored and felixonmars committed Jun 24, 2023
1 parent de5ba0e commit 28b2004
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions arrow/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 1266205)
+++ PKGBUILD (working copy)
@@ -13,6 +13,7 @@
snappy thrift uriparser xsimd zlib zstd)
diff --git a/PKGBUILD b/PKGBUILD
index d381f84..f378721 100644
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,7 @@ depends=(apache-orc boost-libs brotli bzip2 double-conversion c-ares gflags
provides=(parquet-cpp)
conflicts=(parquet-cpp)
+options=(!lto)
makedepends=(boost cmake flatbuffers gmock python-numpy git clang)
+options=(!lto)
source=(https://archive.apache.org/dist/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
git+https://github.com/apache/parquet-testing.git
@@ -51,7 +52,6 @@
-DARROW_PLASMA=ON \
-DARROW_PYTHON=ON \
-DARROW_TENSORFLOW=ON \
- -DARROW_SIMD_LEVEL=AVX2 \
-DARROW_USE_GLOG=ON \
-DARROW_WITH_BROTLI=ON \
-DARROW_WITH_BZ2=ON \
@@ -59,7 +59,8 @@
git+https://github.com/apache/arrow-testing.git)
@@ -58,7 +59,8 @@ build(){
-DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
Expand Down

0 comments on commit 28b2004

Please sign in to comment.