boost-python: Fix versioned alias and dependency audit errors
This commit is contained in:
parent
b126921a45
commit
d22f78c56a
2 changed files with 1 additions and 6 deletions
|
@ -16,12 +16,7 @@ class BoostPython < Formula
|
|||
option "without-python", "Build without python 2 support"
|
||||
|
||||
depends_on :python3 => :optional
|
||||
|
||||
if build.cxx11?
|
||||
depends_on "boost" => "c++11"
|
||||
else
|
||||
depends_on "boost"
|
||||
end
|
||||
|
||||
def install
|
||||
# "layout" should be synchronized with boost
|
||||
|
|
Loading…
Reference in a new issue