aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/python_helper.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-07-27 02:07:29 -0700
committerMisty De Meo2013-09-01 13:19:13 -0700
commit7c3d6ea81c23d4c2c9daf4c9d97e75e6ac6320a5 (patch)
tree5cbe163d2b7f4a76324e5ee569d36d9757b479d7 /Library/Homebrew/python_helper.rb
parentb71682bdc79e49e43bfc4f9652f613a2ed398ed2 (diff)
downloadbrew-7c3d6ea81c23d4c2c9daf4c9d97e75e6ac6320a5.tar.bz2
Check dependencies for a compatible C++ stdlib
There are now a few possible C++ standard libraries a given build could be using, with subtle incompatibilities and possibility of breakage when mixed. This makes sure that the dependency chain was compiled in a compatible manner. Fortunately all of the Apple compilers use the same libstdc++, and we don't yet support building with libc++, so this will primarily only nag users trying to use GNU gcc who already have software installed with Apple compilers. Future TODOs: * Add general support for building with libc++ (compatibility checking already handled here) * Possibly track formulae which actually build C++ bindings, so that users aren't bothered by spurious nagging re: interpreted languages, pure-C software, etc.
Diffstat (limited to 'Library/Homebrew/python_helper.rb')
0 files changed, 0 insertions, 0 deletions