Skip to content

Commit

Permalink
Add ARROW_S3 to homebrew formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Oct 4, 2019
1 parent 86eaa6b commit 7194f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/homebrew-formulae/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class ApacheArrow < Formula
head "https://github.com/apache/arrow.git"

depends_on "cmake" => :build
depends_on "aws-sdk-cpp"
depends_on "boost"
depends_on "brotli"
depends_on "double-conversion"
Expand All @@ -31,6 +32,7 @@ def install
-DARROW_PLASMA=ON
-DARROW_PROTOBUF_USE_SHARED=ON
-DARROW_PYTHON=ON
-DARROW_S3=ON
-DARROW_INSTALL_NAME_RPATH=OFF
-DPYTHON_EXECUTABLE=#{Formula["python"].bin/"python3"}
]
Expand Down
2 changes: 2 additions & 0 deletions dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ApacheArrow < Formula

depends_on "cmake" => :build
depends_on "flatbuffers" => :build
depends_on "aws-sdk-cpp"
depends_on "boost"
depends_on "double-conversion"
depends_on "lz4"
Expand All @@ -50,6 +51,7 @@ def install
-DARROW_WITH_BROTLI=OFF
-DARROW_USE_GLOG=OFF
-DARROW_PYTHON=OFF
-DARROW_S3=ON
-DARROW_WITH_ZSTD=OFF
-DARROW_WITH_SNAPPY=ON
-DARROW_BUILD_UTILITIES=ON
Expand Down

0 comments on commit 7194f5d

Please sign in to comment.