Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/boost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Boost < Formula
homepage "https://www.boost.org/"
url "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2"
sha256 "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406"
revision 1
revision 2
head "https://github.com/boostorg/boost.git"

bottle do
Expand Down Expand Up @@ -47,6 +47,7 @@ def install
--layout=tagged-1.66
--user-config=user-config.jam
-sNO_LZMA=1
-sNO_ZSTD=1
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

install
threading=multi,single
link=shared,static
Expand Down