- Timestamp:
- Nov 30, 2016, 7:05:43 PM (8 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, sampler, yinfft+
- Children:
- a028a04
- Parents:
- e56ac16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re56ac16 r22e991b 35 35 36 36 test_python: export LD_LIBRARY_PATH=$(PWD)/build/src 37 test_python: 37 test_python: local_dylib 38 38 # clean 39 39 -pip uninstall -v -y aubio … … 58 58 # create links from ~/lib/lib* to build/src/lib* 59 59 [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.[0-9].dylib ~/lib ) || true 60 61 test_python_osx: local_dylib test_python62 60 63 61 clean_python:
Note: See TracChangeset
for help on using the changeset viewer.