boost: style nits
This commit is contained in:
parent
8b91af242a
commit
adfa42fcee
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Boost < Formula
|
|||
option 'with-c++11', 'Compile using Clang, std=c++11 and stdlib=libc++' if MacOS.version >= :lion
|
||||
option 'use-system-layout', 'Use system layout instead of tagged'
|
||||
|
||||
depends_on UniversalPython.new if needs_universal_python?
|
||||
depends_on UniversalPython if needs_universal_python?
|
||||
depends_on "icu4c" if build.include? "with-icu"
|
||||
depends_on MPIDependency.new(:cc, :cxx) if build.include? "with-mpi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue