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 2016/07/01 21:25:54 UTC

arrow git commit: ARROW-234: Build libhdfs IO extension in conda artifacts

Repository: arrow
Updated Branches:
  refs/heads/master 2f52cf4ee -> fab4c82d2


ARROW-234: Build libhdfs IO extension in conda artifacts

Author: Wes McKinney <we...@apache.org>

Closes #97 from wesm/ARROW-234 and squashes the following commits:

3edb8d1 [Wes McKinney] Enable ARROW_HDFS extension in conda artifact


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/fab4c82d
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/fab4c82d
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/fab4c82d

Branch: refs/heads/master
Commit: fab4c82d2668e4f8c450053c34dd70ea99365fac
Parents: 2f52cf4
Author: Wes McKinney <we...@apache.org>
Authored: Fri Jul 1 14:25:46 2016 -0700
Committer: Wes McKinney <we...@apache.org>
Committed: Fri Jul 1 14:25:46 2016 -0700

----------------------------------------------------------------------
 cpp/conda.recipe/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/fab4c82d/cpp/conda.recipe/build.sh
----------------------------------------------------------------------
diff --git a/cpp/conda.recipe/build.sh b/cpp/conda.recipe/build.sh
index b10dd03..7e60ccc 100644
--- a/cpp/conda.recipe/build.sh
+++ b/cpp/conda.recipe/build.sh
@@ -49,6 +49,7 @@ cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX=$PREFIX \
     -DCMAKE_SHARED_LINKER_FLAGS=$SHARED_LINKER_FLAGS \
+    -DARROW_HDFS=on \
     -DARROW_IPC=on \
     -DARROW_PARQUET=on \
     ..