Skip to content

grpc 1.37.0 #74765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class ApacheArrow < Formula
mirror "https://archive.apache.org/dist/arrow/arrow-4.0.0/apache-arrow-4.0.0.tar.gz"
sha256 "4a31d0bf702e953bdbcda67af10762a33308281bd247fcbd152ee177419649ae"
license "Apache-2.0"
revision 1
head "https://github.com/apache/arrow.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/bear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Bear < Formula
url "https://github.com/rizsotto/Bear/archive/3.0.11.tar.gz"
sha256 "3f426b5b22cab1ed6146aaba1dd612cd387b7298915ca58a72386bc8c1c9d9da"
license "GPL-3.0-or-later"
revision 1
revision 2
head "https://github.com/rizsotto/Bear.git"

bottle do
Expand Down
18 changes: 15 additions & 3 deletions Formula/grpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ class Grpc < Formula
desc "Next generation open source RPC library and framework"
homepage "https://grpc.io/"
url "https://github.com/grpc/grpc.git",
tag: "v1.36.4",
revision: "3e53dbe8213137d2c731ecd4d88ebd2948941d75",
tag: "v1.37.1",
revision: "8664c8334c05d322fbbdfb9e3b24601a23e9363c",
shallow: false
license "Apache-2.0"
revision 2
head "https://github.com/grpc/grpc.git"

livecheck do
Expand Down Expand Up @@ -34,7 +33,20 @@ class Grpc < Formula

uses_from_macos "zlib"

on_macos do
depends_on "llvm" => :build if MacOS.version <= :mojave
end

fails_with :clang do
build 1100
cause "Requires C++17 features not yet implemented"
end

def install
ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib
on_macos do
ENV.llvm_clang if MacOS.version <= :mojave
end
mkdir "cmake/build" do
args = %W[
../..
Expand Down
2 changes: 1 addition & 1 deletion Formula/mavsdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Mavsdk < Formula
tag: "v0.39.0",
revision: "988a10244856324a622007546d3231b5dfe1d475"
license "BSD-3-Clause"
revision 1
revision 2

livecheck do
url :stable
Expand Down