From 4a963b3710489984b0cc9b9a504a8d8752d82683 Mon Sep 17 00:00:00 2001 From: carlocab <30379873+carlocab@users.noreply.github.com> Date: Sat, 12 Dec 2020 13:05:00 +0000 Subject: [PATCH] boost 1.75 Caveat removed, as it no longer applies. --- Aliases/{boost@1.74 => boost@1.75} | 0 Formula/boost.rb | 19 +++---------------- 2 files changed, 3 insertions(+), 16 deletions(-) rename Aliases/{boost@1.74 => boost@1.75} (100%) diff --git a/Aliases/boost@1.74 b/Aliases/boost@1.75 similarity index 100% rename from Aliases/boost@1.74 rename to Aliases/boost@1.75 diff --git a/Formula/boost.rb b/Formula/boost.rb index 742242b79e2..ddb1da2ea1f 100644 --- a/Formula/boost.rb +++ b/Formula/boost.rb @@ -1,9 +1,9 @@ class Boost < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" - sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" + url "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_75_0.tar.bz2" + sha256 "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb" license "BSL-1.0" head "https://github.com/boostorg/boost.git" @@ -81,19 +81,6 @@ class Boost < Formula system "./b2", *args end - def caveats - s = "" - # ENV.compiler doesn't exist in caveats. Check library availability - # instead. - if Dir["#{lib}/libboost_log*"].empty? - s += <<~EOS - Building of Boost.Log is disabled because it requires newer GCC or Clang. - EOS - end - - s - end - test do (testpath/"test.cpp").write <<~EOS #include