Skip to content

Commit

Permalink
Downgrade boost dependency to below 1.81, to avoid boost::phoenix::pl…
Browse files Browse the repository at this point in the history
…aceholder::uargX duplicate symbol errors
  • Loading branch information
Alex Bowley authored and tchaikov committed Feb 12, 2023
1 parent 5243db3 commit 2f87b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CephClient < Formula
end

# depends_on "osxfuse"
depends_on "boost"
depends_on "boost@1.76"
depends_on "openssl" => :build
depends_on "cmake" => :build
depends_on "ninja" => :build
Expand Down

0 comments on commit 2f87b3e

Please sign in to comment.