diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/boost.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 01e58dbe9..2b68d5d93 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -36,7 +36,7 @@ class Boost < Formula option 'with-mpi', 'Build with MPI support' option :cxx11 - depends_on :python => :recommended + depends_on :python => :optional depends_on UniversalPython if build.universal? and build.with? "python" if build.with? 'icu' |
