From bc4e44a6533d714355d3477b6f196769388ef64b Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 13 Feb 2014 17:45:57 -0800 Subject: boost: don't use deprecated python object Fixes #26706. --- Library/Formula/boost.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3