Skip to content

Commit

Permalink
Merge pull request #172762 from iMichka/apache-arrow
Browse files Browse the repository at this point in the history
apache-arrow: declare indirect deps with linkage
  • Loading branch information
p-linnane committed May 25, 2024
2 parents 097c9c2 + 2c019e7 commit c2a7bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/a/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ class ApacheArrow < Formula
depends_on "boost" => :build
depends_on "cmake" => :build
depends_on "ninja" => :build
depends_on "abseil"
depends_on "aws-sdk-cpp"
depends_on "brotli"
depends_on "bzip2"
depends_on "c-ares"
depends_on "glog"
depends_on "grpc"
depends_on "llvm"
Expand All @@ -35,7 +37,9 @@ class ApacheArrow < Formula
depends_on "thrift"
depends_on "utf8proc"
depends_on "zstd"

uses_from_macos "python" => :build
uses_from_macos "zlib"

fails_with gcc: "5"

Expand Down

0 comments on commit c2a7bbb

Please sign in to comment.