From 0947b52246274ec65723939d4822847ad5ee6692 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Sat, 1 Jun 2019 19:24:33 -0700 Subject: [PATCH] gnuradio: patch for boost 1.70.0 --- Formula/gnuradio.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/gnuradio.rb b/Formula/gnuradio.rb index 1c6c79599e..00608863b9 100644 --- a/Formula/gnuradio.rb +++ b/Formula/gnuradio.rb @@ -63,6 +63,12 @@ class Gnuradio < Formula sha256 "964031c0944f913933f55ad1610938105a6657a69d1ac5a6dd50e16a679104d5" end + # patch for boost 1.70.0, remove after next release + patch do + url "https://github.com/gnuradio/gnuradio/commit/6dc8229fd0dda25c054c2194ee2c9b28affe92d8.patch?full_index=1" + sha256 "9836235ea69b3d66b5cd4b2cdc89f80d010797d2bd59dc5c6631a96af921db8c" + end + def install ENV.prepend_path "PATH", "/System/Library/Frameworks/Python.framework/Versions/2.7/bin"