[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/93: gnu: python-pyarrow: Build with ORC support.
From: |
guix-commits |
Subject: |
37/93: gnu: python-pyarrow: Build with ORC support. |
Date: |
Sun, 5 May 2024 16:44:51 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit dd6f87e492d9c196311b4dd86385082ec1416e37
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 18:37:52 2024 +0200
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
---
gnu/packages/databases.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index fd9a0a6d97..599405af21 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4991,11 +4991,13 @@ algorithm implementations.")
(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))
- 70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0., (continued)
- 70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0., guix-commits, 2024/05/05
- 73/93: gnu: python-termcolor: Update to 2.4.0., guix-commits, 2024/05/05
- 79/93: gnu: python-decoupler-py: Update to 1.6.0., guix-commits, 2024/05/05
- 77/93: gnu: barectf: Use python-termcolor-1., guix-commits, 2024/05/05
- 74/93: gnu: python-cleanlab: Update to 2.6.3., guix-commits, 2024/05/05
- 84/93: gnu: python-scikit-learn-extra: Disable a validation test., guix-commits, 2024/05/05
- 90/93: gnu: python-paramz: Update to 0.9.6., guix-commits, 2024/05/05
- 88/93: gnu: python-liana-py: Update to 1.1.0., guix-commits, 2024/05/05
- 91/93: gnu: python-pygsp: Add missing input., guix-commits, 2024/05/05
- 34/93: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/05
- 37/93: gnu: python-pyarrow: Build with ORC support.,
guix-commits <=
- 42/93: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/05/05
- 44/93: gnu: Add python-awkward-cpp., guix-commits, 2024/05/05
- 49/93: gnu: python-scikit-bio: Update to 0.6.0., guix-commits, 2024/05/05
- 61/93: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/05
- 72/93: gnu: python-hicexplorer: Update to 3.7.4., guix-commits, 2024/05/05
- 85/93: gnu: python-mapie: Disable strict tests., guix-commits, 2024/05/05
- 78/93: gnu: python-omnipath: Update to 1.0.8., guix-commits, 2024/05/05
- 81/93: gnu: python-verde: Add missing input., guix-commits, 2024/05/05