Date: Thursday, March 24, 2022 @ 09:57:49 Author: mtorromeo Revision: 1173898
upgpkg: arrow 6.0.1-7: grpc rebuild + switched build to use clang Modified: arrow/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 09:57:37 UTC (rev 1173897) +++ PKGBUILD 2022-03-24 09:57:49 UTC (rev 1173898) @@ -3,7 +3,7 @@ pkgname=arrow pkgver=6.0.1 -pkgrel=6 +pkgrel=7 pkgdesc="Columnar in-memory analytics layer for big data." arch=(x86_64) url="https://arrow.apache.org" @@ -13,7 +13,7 @@ thrift uriparser xsimd zlib zstd) provides=(parquet-cpp) conflicts=(parquet-cpp) -makedepends=(apache-orc boost cmake flatbuffers gmock python-numpy git) +makedepends=(apache-orc boost cmake flatbuffers gmock python-numpy git clang) source=(https://downloads.apache.org/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc} git+https://github.com/apache/parquet-testing.git git+https://github.com/apache/arrow-testing.git) @@ -22,6 +22,8 @@ 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou <k...@cozmixng.org> build(){ + CC=clang \ + CXX=clang++ \ ARROW_BUILD_TOOLCHAIN=/usr \ ORC_HOME=/usr \ DOUBLE_CONVERSION_HOME=/usr \