You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/11/20 01:02:30 UTC

[arrow] branch master updated: ARROW-1834: [Doc] Build documentation in separate build folders

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 d92735e  ARROW-1834: [Doc] Build documentation in separate build folders
d92735e is described below

commit d92735e3956f61ba647f88409e1bf39b8b07ba72
Author: Korn, Uwe <Uw...@blue-yonder.com>
AuthorDate: Sun Nov 19 20:02:17 2017 -0500

    ARROW-1834: [Doc] Build documentation in separate build folders
    
    Author: Korn, Uwe <Uw...@blue-yonder.com>
    
    Closes #1332 from xhochy/ARROW-1834 and squashes the following commits:
    
    e9c02533 [Korn, Uwe] ARROW-1834: [Doc] Build documentation in separate build folders
---
 dev/gen_apidocs/Dockerfile          |  2 +-
 dev/gen_apidocs/create_documents.sh | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/gen_apidocs/Dockerfile b/dev/gen_apidocs/Dockerfile
index eaeb548..ca4718e 100644
--- a/dev/gen_apidocs/Dockerfile
+++ b/dev/gen_apidocs/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-add-repository -y ppa:ubuntu-toolchain-r/test && \
         git \
         gcc-4.9 \
         g++-4.9 \
-        build-essential 
+        build-essential
 # This will install conda in /home/ubuntu/miniconda
 RUN wget -O /tmp/miniconda.sh \
     https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
diff --git a/dev/gen_apidocs/create_documents.sh b/dev/gen_apidocs/create_documents.sh
index 762b852..566d9ce 100755
--- a/dev/gen_apidocs/create_documents.sh
+++ b/dev/gen_apidocs/create_documents.sh
@@ -45,9 +45,9 @@ source activate pyarrow-dev
 export ARROW_BUILD_TOOLCHAIN=$CONDA_PREFIX
 export PARQUET_BUILD_TOOLCHAIN=$CONDA_PREFIX
 
-rm -rf arrow/cpp/build
-mkdir arrow/cpp/build
-pushd arrow/cpp/build
+rm -rf arrow/cpp/build_docs
+mkdir arrow/cpp/build_docs
+pushd arrow/cpp/build_docs
 cmake -DCMAKE_BUILD_TYPE=$ARROW_BUILD_TYPE \
       -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
       -DARROW_PYTHON=on \
@@ -59,9 +59,9 @@ make install
 popd
 
 # Build Parquet C++
-rm -rf parquet-cpp/build
-mkdir parquet-cpp/build
-pushd parquet-cpp/build
+rm -rf parquet-cpp/build_docs
+mkdir parquet-cpp/build_docs
+pushd parquet-cpp/build_docs
 cmake -DCMAKE_BUILD_TYPE=$ARROW_BUILD_TYPE \
       -DCMAKE_INSTALL_PREFIX=$PARQUET_HOME \
       -DPARQUET_BUILD_BENCHMARKS=off \

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <co...@arrow.apache.org>'].