- Timestamp:
- Apr 22, 2016, 3:02:29 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 39122f0
- Parents:
- 86a0c47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r86a0c47 rd1a7a90 26 26 27 27 test_python: 28 cd python && pip install .28 cd python && pip install --user -v . 29 29 [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true 30 30 LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests 31 cd python && pip uninstall -y -v aubio 31 32 32 33 clean_python:
Note: See TracChangeset
for help on using the changeset viewer.