From 8a7f7dff478d05db0d90b86ac6e64ce21530ff37 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Mon, 19 Apr 2021 04:32:10 +0100 Subject: [PATCH] boost 1.76.0 Removed patches. --- Aliases/{boost@1.75 => boost@1.76} | 0 Formula/boost.rb | 19 ++----------------- 2 files changed, 2 insertions(+), 17 deletions(-) rename Aliases/{boost@1.75 => boost@1.76} (100%) diff --git a/Aliases/boost@1.75 b/Aliases/boost@1.76 similarity index 100% rename from Aliases/boost@1.75 rename to Aliases/boost@1.76 diff --git a/Formula/boost.rb b/Formula/boost.rb index ab84cba3da4..c50aefe441a 100644 --- a/Formula/boost.rb +++ b/Formula/boost.rb @@ -1,10 +1,9 @@ class Boost < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2" - sha256 "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb" + url "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2" + sha256 "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" license "BSL-1.0" - revision 3 head "https://github.com/boostorg/boost.git" livecheck do @@ -24,20 +23,6 @@ class Boost < Formula uses_from_macos "bzip2" uses_from_macos "zlib" - # Reduce INTERFACE_LINK_LIBRARIES exposure for shared libraries. Remove with the next release. - patch do - url "https://github.com/boostorg/boost_install/commit/7b3fc734242eea9af734d6cd8ccb3d8f6b64c5b2.patch?full_index=1" - sha256 "cd96f5c51fa510fa6cd194eb011c0a6f9beb377fa2e78821133372f76a3be349" - directory "tools/boost_install" - end - - # Fix build on 64-bit arm - patch do - url "https://github.com/boostorg/build/commit/456be0b7ecca065fbccf380c2f51e0985e608ba0.patch?full_index=1" - sha256 "e7a78145452fc145ea5d6e5f61e72df7dcab3a6eebb2cade6b4cfae815687f3a" - directory "tools/build" - end - def install # Force boost to compile with the desired compiler open("user-config.jam", "a") do |file|