source: interfaces/python/build_osx @ 27b39bf

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 27b39bf was 21e2d5e3, checked in by Paul Brossier <piem@piem.org>, 11 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
Line 
1#! /bin/sh
2
3set -e
4set -x
5
6export 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"
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.