- Timestamp:
- Nov 17, 2016, 2:04:28 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:
- 8698499
- Parents:
- 3a004bbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3a004bbc rcb7835d 55 55 -rm -f dist/*.egg 56 56 -pip install -v -r requirements.txt 57 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg 58 [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \ 59 easy_install dist/*.egg 57 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel 58 pip install dist/aubio-*.whl 60 59 nose2 -N 4 61 60 pip uninstall -v -y aubio
Note: See TracChangeset
for help on using the changeset viewer.