Skip to content

Commit

Permalink
ARROW-6637: [Packaging][FOLLOWUP] Enable necessary components in Auto…
Browse files Browse the repository at this point in the history
…brew build for R

Closes apache#5975 from wesm/ARROW-6637-followup and squashes the following commits:

75bd5b2 <Wes McKinney> Enable necessary components in Autobrew build for R

Authored-by: Wes McKinney <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
wesm authored and kou committed Dec 5, 2019
1 parent eb8080e commit 4560760
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ class ApacheArrow < Formula
def install
ENV.cxx11
args = %W[
-DARROW_PARQUET=ON
-DARROW_COMPUTE=ON
-DARROW_CSV=ON
-DARROW_DATASET=ON
-DARROW_FILESYSTEM=ON
-DARROW_HDFS=OFF
-DARROW_JSON=ON
-DARROW_PARQUET=ON
-DARROW_BUILD_SHARED=OFF
-DARROW_JEMALLOC=OFF
-DARROW_USE_GLOG=OFF
Expand Down

0 comments on commit 4560760

Please sign in to comment.