Skip to content

Instantly share code, notes, and snippets.

@wjwwood
Created April 10, 2014 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjwwood/3f93c45c2edabd07a44a to your computer and use it in GitHub Desktop.
Save wjwwood/3f93c45c2edabd07a44a to your computer and use it in GitHub Desktop.
EclipseSSD-2:~ rmann$ brew info sip
sip: stable 4.15.5, HEAD
http://www.riverbankcomputing.co.uk/software/sip
/usr/local/Cellar/sip/4.15.4 (10 files, 684K) *
Built from source
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/sip.rb
==> Options
--with-python3
Build with python3 support
--without-python
Build without python support
--HEAD
install HEAD version
==> Caveats
The sip-dir for Python is /usr/local/share/sip.
EclipseSSD-2:~ rmann$ brew update && brew upgrade sip
error: Your local changes to the following files would be overwritten by merge:
pcl.rb
Please, commit your changes or stash them before you can merge.
Aborting
Error: Failed to update tap: ros/hydro
Updated Homebrew from 7f7270c6 to c542fef6.
==> Updated Formulae
homebrew/science/ensembl-tools passenger
==> Upgrading 1 outdated package, with result:
sip 4.15.5
==> Upgrading sip
==> Downloading http://download.sf.net/project/pyqt/sip/sip-4.15.5/sip-4.15.5.tar.gz
######################################################################## 100.0%
==> python configure.py --deployment-target=10.9 --destdir=/usr/local/Cellar/sip/4.15.5/lib/python2.7/site-packages --bindir=/usr/local/Cellar/sip/4.15.5/bin --incdir=/usr/local/Cellar/sip/4.15.5/include --sipdir=/usr/loca
==> make
==> make install
==> make clean
==> Caveats
The sip-dir for Python is /usr/local/share/sip.
==> Summary
🍺 /usr/local/Cellar/sip/4.15.5: 9 files, 624K, built in 7 seconds
EclipseSSD-2:~ rmann$ brew info sip
sip: stable 4.15.5, HEAD
http://www.riverbankcomputing.co.uk/software/sip
/usr/local/Cellar/sip/4.15.4 (10 files, 684K)
Built from source
/usr/local/Cellar/sip/4.15.5 (9 files, 624K) *
Built from source
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/sip.rb
==> Options
--with-python3
Build with python3 support
--without-python
Build without python support
--HEAD
install HEAD version
==> Caveats
The sip-dir for Python is /usr/local/share/sip.
EclipseSSD-2:~ rmann$ python -c 'import sipconfig'
EclipseSSD-2:~ rmann$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment