Changeset 5864b43


Ignore:
Timestamp:
Oct 3, 2016, 4:48:54 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:
fe0fa26
Parents:
8d09036
Message:

Makefile: pass build_ext in test_pure_python{,_wheel}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8d09036 r5864b43  
    5555        -rm -f dist/*.egg
    5656        -pip install -v -r requirements.txt
    57         CFLAGS=-Os python setup.py bdist_egg
     57        CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg
    5858        [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \
    5959                easy_install dist/*.egg
     
    6767        -pip install -v -r requirements.txt
    6868        -pip install -v wheel
    69         CFLAGS=-Os python setup.py bdist_wheel --universal
     69        CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel --universal
    7070        wheel install dist/*.whl
    7171        nose2 -N 4
     
    8080clean:
    8181        $(WAFCMD) clean
     82
     83distclean:
     84        $(WAFCMD) distclean
    8285
    8386distcheck: checkwaf
Note: See TracChangeset for help on using the changeset viewer.