mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyarrow: Build with ORC support.
* gnu/packages/databases.scm (python-pyarrow)[propagated-inputs]: Add apache-orc. [arguments]: Set PYARROW_WITH_ORC variable. Change-Id: Ic35cd1db75349ecb51d35815d710d8ca3a303b00
This commit is contained in:
parent
8647aaaa14
commit
dd6f87e492
1 changed files with 2 additions and 0 deletions
|
@ -4991,11 +4991,13 @@ algorithm implementations.")
|
||||||
(add-before 'install 'set-pyarrow-build-options
|
(add-before 'install 'set-pyarrow-build-options
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
|
(setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
|
||||||
|
(setenv "PYARROW_WITH_ORC" "1")
|
||||||
(setenv "PYARROW_WITH_PARQUET" "1")
|
(setenv "PYARROW_WITH_PARQUET" "1")
|
||||||
(setenv "PYARROW_WITH_DATASET" "1"))))))
|
(setenv "PYARROW_WITH_DATASET" "1"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list (list apache-arrow "lib")
|
(list (list apache-arrow "lib")
|
||||||
(list apache-arrow "include")
|
(list apache-arrow "include")
|
||||||
|
apache-orc
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
python-six))
|
python-six))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue