diff options
| author | Misty De Meo | 2014-02-13 17:45:57 -0800 | 
|---|---|---|
| committer | Misty De Meo | 2014-02-13 17:45:57 -0800 | 
| commit | bc4e44a6533d714355d3477b6f196769388ef64b (patch) | |
| tree | dee42d480b0cb6ee519c97124642555d98043f0a /Library/Formula/boost.rb | |
| parent | 537960164a3efeb10eb6e536a2bf0ed0ceadde03 (diff) | |
| download | homebrew-bc4e44a6533d714355d3477b6f196769388ef64b.tar.bz2 | |
boost: don't use deprecated python object
Fixes #26706.
Diffstat (limited to 'Library/Formula/boost.rb')
| -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 514c26dbc..cf6d5dc9b 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -72,7 +72,7 @@ class Boost < Formula        EOS      end -    if build.cxx11? and build.with? 'mpi' and python +    if build.cxx11? and build.with? 'mpi' and build.with? 'python'        raise <<-EOS.undent          Building MPI support for Python using C++11 mode results in          failure and hence disabled.  Please don't use this combination  | 
