- Timestamp:
- Oct 3, 2016, 4:48:54 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:
- fe0fa26
- Parents:
- 8d09036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r8d09036 r5864b43 55 55 -rm -f dist/*.egg 56 56 -pip install -v -r requirements.txt 57 CFLAGS=-Os python setup.py b dist_egg57 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg 58 58 [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \ 59 59 easy_install dist/*.egg … … 67 67 -pip install -v -r requirements.txt 68 68 -pip install -v wheel 69 CFLAGS=-Os python setup.py b dist_wheel --universal69 CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel --universal 70 70 wheel install dist/*.whl 71 71 nose2 -N 4 … … 80 80 clean: 81 81 $(WAFCMD) clean 82 83 distclean: 84 $(WAFCMD) distclean 82 85 83 86 distcheck: checkwaf
Note: See TracChangeset
for help on using the changeset viewer.