mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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 @@ (define-public python-pyarrow
|
|||
(add-before 'install 'set-pyarrow-build-options
|
||||
(lambda _
|
||||
(setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
|
||||
(setenv "PYARROW_WITH_ORC" "1")
|
||||
(setenv "PYARROW_WITH_PARQUET" "1")
|
||||
(setenv "PYARROW_WITH_DATASET" "1"))))))
|
||||
(propagated-inputs
|
||||
(list (list apache-arrow "lib")
|
||||
(list apache-arrow "include")
|
||||
apache-orc
|
||||
python-numpy
|
||||
python-pandas
|
||||
python-six))
|
||||
|
|
Loading…
Reference in a new issue