Skip to content

Instantly share code, notes, and snippets.

@ramialbatal
Created April 24, 2014 20:45

Revisions

  1. ramialbatal created this gist Apr 24, 2014.
    16 changes: 16 additions & 0 deletions brew --config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    HOMEBREW_VERSION: 0.9.5
    ORIGIN: https://github.com/Homebrew/homebrew
    HEAD: 360e3d584de6cadb8857c61e4bdc74fd9d4a9027
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_CELLAR: /usr/local/Cellar
    CPU: quad-core 64-bit sandybridge
    OS X: 10.9.2-x86_64
    Xcode: 5.1.1
    CLT: 5.1.0.0.1.1396320587
    GCC-4.2: build 5666
    Clang: 5.1 build 503
    X11: N/A
    System Ruby: 1.8.7-358
    Perl: /usr/bin/perl
    Python: /anaconda/bin/python => /anaconda/bin/python2.7
    Ruby: /usr/bin/ruby
    27 changes: 27 additions & 0 deletions brew doctor
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    Warning: "config" scripts exist outside your system or Homebrew directories.
    `./configure` scripts often look for *-config scripts to determine if
    software packages are installed, and what additional flags to use when
    compiling and linking.

    Having additional scripts in your path can confuse software installed via
    Homebrew if the config script overrides a system or Homebrew provided
    script of the same name. We found the following "config" scripts:

    /anaconda/bin/curl-config
    /anaconda/bin/freetype-config
    /anaconda/bin/libdynd-config
    /anaconda/bin/libpng-config
    /anaconda/bin/libpng15-config
    /anaconda/bin/llvm-config
    /anaconda/bin/nc-config
    /anaconda/bin/python-config
    /anaconda/bin/python2-config
    /anaconda/bin/python2.7-config
    /anaconda/bin/xml2-config
    /anaconda/bin/xslt-config

    Warning: Python is installed at /Library/Frameworks/Python.framework

    Homebrew only supports building against the System-provided Python or a
    brewed Python. In particular, Pythons installed to /Library can interfere
    with other software installs.
    1,864 changes: 1,864 additions & 0 deletions install opencv
    1,864 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.