Skip to content

Commit

Permalink
Small changes to setup files for OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fonnesbeck committed Jul 24, 2010
1 parent 6da266c commit 2cd8b98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pyc
*.so
build/*
dist/*
pymc.egg-info/
7 changes: 6 additions & 1 deletion buildosx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/sh
export MACOSX_DEPLOYMENT_TARGET=10.6
export CFLAGS="-arch x86_64"
export FFLAGS="-m32 -m64"
export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch x86_64"
export PYTHONPATH="/Library/Python/2.6/site-packages/"
rm -rf build
python setup.py config_fc --fcompiler gnu95 build
sudo python setupegg.py develop
sudo python setup.py install
Empty file modified setupegg.py
100644 → 100755
Empty file.

0 comments on commit 2cd8b98

Please sign in to comment.