* update arrow to 17.0.0-4
This commit is contained in:
parent
eebe1b8957
commit
29c1c4a64e
62
arrow/.SRCINFO
Normal file
62
arrow/.SRCINFO
Normal file
@ -0,0 +1,62 @@
|
||||
pkgbase = arrow
|
||||
pkgdesc = Columnar in-memory analytics layer for big data.
|
||||
pkgver = 17.0.0
|
||||
pkgrel = 4
|
||||
url = https://arrow.apache.org
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = Apache
|
||||
makedepends = boost
|
||||
makedepends = clang
|
||||
makedepends = cmake
|
||||
makedepends = flatbuffers
|
||||
makedepends = git
|
||||
makedepends = gmock
|
||||
makedepends = patchutils
|
||||
makedepends = rapidjson
|
||||
makedepends = xsimd
|
||||
depends = apache-orc
|
||||
depends = brotli
|
||||
depends = bzip2
|
||||
depends = gflags
|
||||
depends = grpc
|
||||
depends = google-glog
|
||||
depends = libutf8proc
|
||||
depends = lz4
|
||||
depends = openssl
|
||||
depends = protobuf
|
||||
depends = re2
|
||||
depends = snappy
|
||||
depends = thrift
|
||||
depends = zlib
|
||||
depends = zstd
|
||||
provides = parquet-cpp
|
||||
conflicts = parquet-cpp
|
||||
source = https://archive.apache.org/dist/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz
|
||||
source = https://archive.apache.org/dist/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz.asc
|
||||
source = https://github.com/apache/arrow/commit/58415d1fac50cb829b3dcf08526033d6db8c30db.patch
|
||||
source = https://github.com/apache/arrow/commit/57ac40ca23ebcaa4d42ae808137033689d3be9b1.patch
|
||||
source = https://github.com/apache/arrow/commit/8836535785ba3dd4ba335818a34e0479929b70e6.patch
|
||||
source = https://github.com/apache/arrow/commit/69bce8f0cd02297ecc31caef22db67e654c16e28.patch
|
||||
source = https://github.com/apache/arrow/commit/00d357674002b4e2e08b9d76b5d52530e723c4eb.patch
|
||||
source = git+https://github.com/apache/parquet-testing.git
|
||||
source = git+https://github.com/apache/arrow-testing.git
|
||||
source = lz4-cmake.patch
|
||||
validpgpkeys = 265F80AB84FE03127E14F01125BCCA5220D84079
|
||||
validpgpkeys = 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
|
||||
validpgpkeys = AF6AADA4C9835B75973FF5DA275C532289DD0F4A
|
||||
sha512sums = 4e2a617b8deeb9f94ee085653a721904a75696f0827bcba82b535cc7f4f723066a09914c7fa83c593e51a8a4031e8bf99e563cac1ebb1d89604cb406975d4864
|
||||
sha512sums = SKIP
|
||||
sha512sums = 533e985c350ddbd1b0666b460615a55f058919be4a6cf9b38777358fe9a91ef9bc8cc5c3b34128c75ccbe53bb31f713780f79799552f324093a9031b383ddeae
|
||||
sha512sums = 8cdb5e3eb766786875dbd918ebf512dd834043dfb8ebff19f2fdad1a8ff81842b8b82cedd0e5ae1e87a08094ddda7f37035df805a439fc44febf42df40e023c4
|
||||
sha512sums = 6cbbfd785bb613cfb87a83e73b65f9a40221b99aa20ad84e616cc410ed0073a621d9a37fa56772c4e6e89ffb6b13bd01950b78163f6b18122c3fac544a94a45d
|
||||
sha512sums = 320d4863486cbcfb2f7c45d4f67dcf22502792ac2ac2f5b7d2713bd0b64d6f11a89f041e6341945eb0efb775b3d794fc25ce45a1b9d750d521a533f861295841
|
||||
sha512sums = b4479a02f17585e4a8c8b809d22244720bc2f3be94463cd57c16e967aaa16348d3e3871ea64adfddd96392ffa967ec6822863efc29b5ab3ddf55f35b5807c626
|
||||
sha512sums = SKIP
|
||||
sha512sums = SKIP
|
||||
sha512sums = 35af7cafbc83f02ab7fb219accda890ca1c233b0393bd2e91c07f3673a5a34e41752c5db071ab61fcc9e7154fafaca1394dd481de7e03e06856864c4197c52d6
|
||||
|
||||
pkgname = arrow
|
@ -3,8 +3,8 @@
|
||||
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
|
||||
|
||||
pkgname=arrow
|
||||
pkgver=16.1.0
|
||||
pkgrel=2
|
||||
pkgver=17.0.0
|
||||
pkgrel=4
|
||||
pkgdesc="Columnar in-memory analytics layer for big data."
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://arrow.apache.org"
|
||||
@ -13,13 +13,23 @@ depends=(apache-orc brotli bzip2 gflags grpc google-glog libutf8proc
|
||||
lz4 openssl protobuf re2 snappy thrift zlib zstd)
|
||||
provides=(parquet-cpp)
|
||||
conflicts=(parquet-cpp)
|
||||
makedepends=(boost clang cmake flatbuffers git gmock rapidjson xsimd)
|
||||
makedepends=(boost clang cmake flatbuffers git gmock patchutils rapidjson xsimd)
|
||||
source=(https://archive.apache.org/dist/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
|
||||
https://github.com/apache/arrow/commit/58415d1fac50cb829b3dcf08526033d6db8c30db.patch # [PATCH] GH-38183: [CI][Python] Use pipx to install GCS testbench (#43852)
|
||||
https://github.com/apache/arrow/commit/57ac40ca23ebcaa4d42ae808137033689d3be9b1.patch # [PATCH] GH-43164: [C++] Fix CMake link order for AWS SDK (#43230)
|
||||
https://github.com/apache/arrow/commit/8836535785ba3dd4ba335818a34e0479929b70e6.patch # [PATCH] GH-43702: [C++][FS][Azure] Use the latest Azurite and update the bundled Azure SDK for C++ to azure-identity_1.9.0 (#43723)
|
||||
https://github.com/apache/arrow/commit/69bce8f0cd02297ecc31caef22db67e654c16e28.patch # [PATCH] GH-43677: [C++][FlightRPC] Move the FlightTestServer to its own .cc and .h files (#43678)
|
||||
https://github.com/apache/arrow/commit/00d357674002b4e2e08b9d76b5d52530e723c4eb.patch # [PATCH] GH-43746: [C++] Add support for Boost 1.86 (#43766)
|
||||
git+https://github.com/apache/parquet-testing.git
|
||||
git+https://github.com/apache/arrow-testing.git
|
||||
lz4-cmake.patch)
|
||||
sha512sums=('28975f59e1fdde2dba4afaf4a5ba934b63db3a7f27656e2aa0af0f0d2a046c9dbfa9a6082de94629c36d03809b296566a37ea65ec5a2fc17fedac7d21e272d31'
|
||||
sha512sums=('4e2a617b8deeb9f94ee085653a721904a75696f0827bcba82b535cc7f4f723066a09914c7fa83c593e51a8a4031e8bf99e563cac1ebb1d89604cb406975d4864'
|
||||
'SKIP'
|
||||
'533e985c350ddbd1b0666b460615a55f058919be4a6cf9b38777358fe9a91ef9bc8cc5c3b34128c75ccbe53bb31f713780f79799552f324093a9031b383ddeae'
|
||||
'8cdb5e3eb766786875dbd918ebf512dd834043dfb8ebff19f2fdad1a8ff81842b8b82cedd0e5ae1e87a08094ddda7f37035df805a439fc44febf42df40e023c4'
|
||||
'6cbbfd785bb613cfb87a83e73b65f9a40221b99aa20ad84e616cc410ed0073a621d9a37fa56772c4e6e89ffb6b13bd01950b78163f6b18122c3fac544a94a45d'
|
||||
'320d4863486cbcfb2f7c45d4f67dcf22502792ac2ac2f5b7d2713bd0b64d6f11a89f041e6341945eb0efb775b3d794fc25ce45a1b9d750d521a533f861295841'
|
||||
'b4479a02f17585e4a8c8b809d22244720bc2f3be94463cd57c16e967aaa16348d3e3871ea64adfddd96392ffa967ec6822863efc29b5ab3ddf55f35b5807c626'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'35af7cafbc83f02ab7fb219accda890ca1c233b0393bd2e91c07f3673a5a34e41752c5db071ab61fcc9e7154fafaca1394dd481de7e03e06856864c4197c52d6')
|
||||
@ -29,6 +39,12 @@ validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079 # Krisztian Szucs (apach
|
||||
|
||||
prepare() {
|
||||
patch -d apache-${pkgname}-${pkgver} -p1 < lz4-cmake.patch # Fix build when lz4 is built with cmake
|
||||
filterdiff -x .github/workflows/cpp.yml -x 'ci/*' -p1 58415d1fac50cb829b3dcf08526033d6db8c30db.patch \
|
||||
| patch -d apache-${pkgname}-${pkgver} -p1
|
||||
patch -d apache-${pkgname}-${pkgver} -p1 < 57ac40ca23ebcaa4d42ae808137033689d3be9b1.patch
|
||||
patch -d apache-${pkgname}-${pkgver} -p1 < 8836535785ba3dd4ba335818a34e0479929b70e6.patch
|
||||
patch -d apache-${pkgname}-${pkgver} -p1 < 69bce8f0cd02297ecc31caef22db67e654c16e28.patch
|
||||
patch -d apache-${pkgname}-${pkgver} -p1 < 00d357674002b4e2e08b9d76b5d52530e723c4eb.patch
|
||||
}
|
||||
|
||||
build(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user