shithub: aubio

ref: c6bbf2197f066352677115e07a9f8a5c959ef36b
dir: /scripts/conda/build.sh/

View raw version
python waf configure --prefix=$PREFIX
python waf build
python waf install
pushd python/
python setup.py build
python setup.py install
popd