shithub: aubio

Download patch

ref: e8ed3832de37173fd536916d7faf35fa0d428bad
parent: b099f50f9cca6db8d618483abeec9fa9a1905567
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 22:54:16 EDT 2016

Makefile: use pip to install

--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
 	cd python && ./setup.py build
 
 test_python:
-	cd python && ./setup.py install
+	cd python && pip install .
 	[ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
 	LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests