feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 3cd2434 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 | |
---|
3 | set -e |
---|
4 | set -x |
---|
5 | |
---|
6 | export 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" |
---|
7 | export LDFLAGS=-L../../build/src/ |
---|
8 | python setup.py clean build |
---|
9 | export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH |
---|
10 | export DYLD_LIBRARY_PATH=../../build/src |
---|
11 | ./run_all_tests --verbose |
---|
Note: See
TracBrowser
for help on using the repository browser.