projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b099f50
)
Makefile: use pip to install
author
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:54:16 +0000
(
02:54
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:54:16 +0000
(
02:54
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
17be834
..
c14b80f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,7
+25,7
@@
build_python:
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