aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-02-13 17:45:57 -0800
committerMisty De Meo2014-02-13 17:45:57 -0800
commitbc4e44a6533d714355d3477b6f196769388ef64b (patch)
treedee42d480b0cb6ee519c97124642555d98043f0a /Library/Formula/boost.rb
parent537960164a3efeb10eb6e536a2bf0ed0ceadde03 (diff)
downloadhomebrew-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.rb2
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