me
/
guix
Archived
1
0
Fork 0

gnu: apache-arrow: Build with ORC.

* gnu/packages/databases.scm (apache-arrow)[arguments]: Set options needed to
build with ORC support; remove unused options
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF and -DARROW_GLOG=ON.
[inputs]: Add apache-orc.

Change-Id: Icabe6e3a73478c8464ea1e8efc103899da8e5a86
master
Ricardo Wurmus 2024-04-30 18:36:35 +02:00
parent 442eba98be
commit 8647aaaa14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 57 additions and 56 deletions

View File

@ -4629,7 +4629,6 @@ with integrated support for finding required rows quickly.")
#:build-type "Release"
#:configure-flags
#~(list "-DARROW_PYTHON=ON"
"-DARROW_GLOG=ON"
;; Parquet options
"-DARROW_PARQUET=ON"
"-DPARQUET_BUILD_EXECUTABLES=ON"
@ -4678,16 +4677,18 @@ with integrated support for finding required rows quickly.")
;; ARROW_DATASET, ARROW_FILESYSTEM, ARROW_HDFS, and
;; ARROW_JSON.
"-DARROW_PYTHON=ON"
"-DARROW_ORC=ON"
"-DORC_SOURCE=SYSTEM"
;; Building the tests forces on all the
;; optional features and the use of static
;; libraries.
"-DARROW_BUILD_TESTS=OFF"
"-DBENCHMARK_ENABLE_GTEST_TESTS=OFF"
;;"-DBENCHMARK_ENABLE_TESTING=OFF"
"-DARROW_BUILD_STATIC=OFF")))
(inputs
(list boost
(list apache-orc
boost
brotli
bzip2
double-conversion