Changeset fee4570
- Timestamp:
- Nov 28, 2016, 4:33:48 PM (8 years ago)
- Branches:
- sampler
- Children:
- 3d2e481
- Parents:
- 8706a42
- git-author:
- Paul Brossier <piem@piem.org> (11/17/16 14:04:28)
- git-committer:
- Paul Brossier <piem@piem.org> (11/28/16 16:33:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r8706a42 rfee4570 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.