source: interfaces/python/build_osx @ 9ccd89f

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 9ccd89f was 9ccd89f, checked in by Paul Brossier <piem@piem.org>, 12 years ago

interfaces/python/build_osx: update and build fat binary

  • Property mode set to 100755
File size: 389 bytes
Line 
1#! /bin/sh
2
3set -e
4set -x
5
6export CFLAGS="-I/Users/piem/Library/Python/2.7/site-packages/numpy-1.8.0.dev_436a28f_20120710-py2.7-macosx-10.7-x86_64.egg/numpy/core/include/ -arch i386 -arch x86_64"
7export LDFLAGS=-L../../build/src/
8python setup.py clean build
9export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
10export DYLD_LIBRARY_PATH=../../build/src
11./run_all_tests --verbose
Note: See TracBrowser for help on using the repository browser.