This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new dffd193 ARROW-2672: [Python] Build ORC extension in manylinux1 wheels
dffd193 is described below
commit dffd193e2e5e0937103009c1799a624ad9ea20b5
Author: Korn, Uwe <[email protected]>
AuthorDate: Fri Jun 8 14:51:47 2018 -0400
ARROW-2672: [Python] Build ORC extension in manylinux1 wheels
Author: Korn, Uwe <[email protected]>
Closes #2117 from xhochy/ARROW-2672 and squashes the following commits:
852bf2bb <Korn, Uwe> ARROW-2672: Build ORC extension in manylinux1 wheels
---
python/manylinux1/build_arrow.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/python/manylinux1/build_arrow.sh b/python/manylinux1/build_arrow.sh
index 9742da0..95a649f 100755
--- a/python/manylinux1/build_arrow.sh
+++ b/python/manylinux1/build_arrow.sh
@@ -37,6 +37,7 @@ cd /arrow/python
# PyArrow build configuration
export PYARROW_BUILD_TYPE='release'
+export PYARROW_WITH_ORC=1
export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_PLASMA=1
export PYARROW_BUNDLE_ARROW_CPP=1
@@ -74,6 +75,7 @@ for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do
echo "=== (${PYTHON}) Test the existence of optional modules ==="
$PIP install -r requirements.txt
+ PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER -c "import
pyarrow.orc"
PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER -c "import
pyarrow.parquet"
PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER -c "import
pyarrow.plasma"
--
To stop receiving notification emails like this one, please contact
[email protected].