openvdb: do not depend on boost C++11
This commit is contained in:
parent
a76d4c0f74
commit
acb6d36f7a
1 changed files with 2 additions and 7 deletions
|
@ -19,17 +19,12 @@ class Openvdb < Formula
|
|||
deprecated_option "with-tests" => "with-test"
|
||||
deprecated_option "with-viewer" => "with-glfw"
|
||||
|
||||
depends_on "openexr"
|
||||
depends_on "boost"
|
||||
depends_on "ilmbase"
|
||||
depends_on "openexr"
|
||||
depends_on "tbb"
|
||||
depends_on "jemalloc" => :recommended
|
||||
|
||||
if MacOS.version < :mavericks
|
||||
depends_on "boost" => "c++11"
|
||||
else
|
||||
depends_on "boost"
|
||||
end
|
||||
|
||||
depends_on "glfw" => :optional
|
||||
depends_on "cppunit" if build.with? "test"
|
||||
depends_on "doxygen" if build.with? "docs"
|
||||
|
|
Loading…
Reference in a new issue