Changeset cb7835d for Makefile


Ignore:
Timestamp:
Nov 17, 2016, 2:04:28 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

Makefile: use bdist_wheel in test_pure_python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3a004bbc rcb7835d  
    5555        -rm -f dist/*.egg
    5656        -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
    6059        nose2 -N 4
    6160        pip uninstall -v -y aubio
Note: See TracChangeset for help on using the changeset viewer.