boost 1.79.0
parent
5343c90d93
commit
9d535b5662
|
@ -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.78.0/source/boost_1_78_0.tar.bz2"
|
||||
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
||||
url "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2"
|
||||
sha256 "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39"
|
||||
license "BSL-1.0"
|
||||
revision 1
|
||||
head "https://github.com/boostorg/boost.git", branch: "master"
|
||||
|
||||
livecheck do
|
||||
|
@ -29,13 +28,6 @@ class Boost < Formula
|
|||
uses_from_macos "bzip2"
|
||||
uses_from_macos "zlib"
|
||||
|
||||
# Fix some library installations being skipped in some cases.
|
||||
# Remove with the next release.
|
||||
patch do
|
||||
url "https://www.boost.org/patches/1_78_0/0001-b2-fix-install.patch"
|
||||
sha256 "71e5b96e72e534670043e0fa7743fd34671715e21c3ddb41908a3da284a8920a"
|
||||
end
|
||||
|
||||
def install
|
||||
# Force boost to compile with the desired compiler
|
||||
open("user-config.jam", "a") do |file|
|
||||
|
|
Loading…
Reference in New Issue