shithub: aubio

ref: a5eb2b330abe688fd233335c54cadcdd22f6321a
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