source: interfaces/python/build_osx @ 6882e73

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

build_osx: add sample script to build and run tests on osx

  • Property mode set to 100755
File size: 348 bytes
Line 
1#! /bin/sh
2
3export 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/
4export LDFLAGS=-L../../build/src/
5python setup.py clean build
6export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
7export DYLD_LIBRARY_PATH=../../build/src
8./run_all_tests --verbose
Note: See TracBrowser for help on using the repository browser.