You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/23 15:16:58 UTC

[arrow] branch master updated: ARROW-4107: [Python] Use ninja in pyarrow manylinux1 build

This is an automated email from the ASF dual-hosted git repository.

kszucs 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 79d8bf2  ARROW-4107: [Python] Use ninja in pyarrow manylinux1 build
79d8bf2 is described below

commit 79d8bf2de3c4d7f6e17d6bea5d5d477310e58668
Author: Uwe L. Korn <uw...@xhochy.com>
AuthorDate: Sun Dec 23 16:16:46 2018 +0100

    ARROW-4107: [Python] Use ninja in pyarrow manylinux1 build
    
    Author: Uwe L. Korn <uw...@xhochy.com>
    
    Closes #3253 from xhochy/ARROW-4107 and squashes the following commits:
    
    6ed02454 <Uwe L. Korn> ARROW-4107:  Use ninja in pyarrow manylinux1 build
---
 python/manylinux1/build_arrow.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/manylinux1/build_arrow.sh b/python/manylinux1/build_arrow.sh
index b1d8f85..902bcb3 100755
--- a/python/manylinux1/build_arrow.sh
+++ b/python/manylinux1/build_arrow.sh
@@ -35,6 +35,7 @@ cd /arrow/python
 
 # PyArrow build configuration
 export PYARROW_BUILD_TYPE='release'
+export PYARROW_CMAKE_GENERATOR='Ninja'
 export PYARROW_WITH_ORC=1
 export PYARROW_WITH_PARQUET=1
 export PYARROW_WITH_PLASMA=1