From 97f24d865bd97d070ee5dc9b0434b78b4c893a6f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 17 Aug 2019 01:07:34 -0400 Subject: [PATCH] qpid-proton 0.29.0 Closes #43224. Signed-off-by: Thierry Moisan --- Formula/qpid-proton.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Formula/qpid-proton.rb b/Formula/qpid-proton.rb index 1e6d3baf88..9823a980b8 100644 --- a/Formula/qpid-proton.rb +++ b/Formula/qpid-proton.rb @@ -1,9 +1,9 @@ class QpidProton < Formula desc "High-performance, lightweight AMQP 1.0 messaging library" homepage "https://qpid.apache.org/proton/" - url "https://www.apache.org/dyn/closer.lua?path=qpid/proton/0.26.0/qpid-proton-0.26.0.tar.gz" - sha256 "0eddac870f0085b9aeb0c9da333bd3f53fedb7c872164171a7cc06761ddbbd75" - head "https://git.apache.org/qpid-proton.git" + url "https://www.apache.org/dyn/closer.lua?path=qpid/proton/0.29.0/qpid-proton-0.29.0.tar.gz" + sha256 "7dfee950e40f3bd89edf1b1d41874fe129ba25ea3068300aa2578ddc67680bef" + head "https://gitbox.apache.org/repos/asf/qpid-proton.git" bottle do cellar :any @@ -17,10 +17,13 @@ class QpidProton < Formula depends_on "openssl" def install - system "cmake", ".", "-DBUILD_BINDINGS=", + mkdir "build" do + system "cmake", "..", "-DBUILD_BINDINGS=", "-DLIB_INSTALL_DIR=#{lib}", + "-Dproactor=libuv", *std_cmake_args - system "make", "install" + system "make", "install" + end end test do