feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 4db10ad was
21e2d5e3,
checked in by Paul Brossier <piem@piem.org>, 12 years ago
|
build_osx: use system wide installation, remove parts of the path to catch different versions
|
-
Property mode set to
100755
|
File size:
373 bytes
|
Rev | Line | |
---|
[6882e73] | 1 | #! /bin/sh |
---|
| 2 | |
---|
[9ccd89f] | 3 | set -e |
---|
| 4 | set -x |
---|
| 5 | |
---|
[21e2d5e3] | 6 | export CFLAGS="-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy-1.8.0*/numpy/core/include/ -arch i386 -arch x86_64" |
---|
[6882e73] | 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.