shithub: aubio

ref: 35c97ab3452d131910e771920d4bd8b648421cba
dir: /python/build_osx/

View raw version
#! /bin/sh

set -e
set -x

python setup.py clean build
export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
export DYLD_LIBRARY_PATH=../build/src
./run_all_tests --verbose