Skip to content

Instantly share code, notes, and snippets.

@teppeis
Created June 4, 2014 10:18
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 teppeis/3d6abdc450ccc730ccaf to your computer and use it in GitHub Desktop.
Save teppeis/3d6abdc450ccc730ccaf to your computer and use it in GitHub Desktop.
Install cmigemo and pymigemo for Mac OS Marvericks
#!/bin/sh
# Update MacOSX 10.9.3 and Xcode 5.1.1
# http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa
brew install cmigemo
curl -O http://www.atzm.org/etc/files/pymigemo/pymigemo-0.4.tar.gz
# sudo easy_install pip
sudo LDFLAGS="-L/usr/local/Cellar/cmigemo/20110227/lib" CFLAGS="-I/usr/local/Cellar/cmigemo/20110227/include" pip install pymigemo-0.4.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment