Changeset 3fc5696


Ignore:
Timestamp:
Apr 30, 2016, 3:18:31 AM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
1e20c3f
Parents:
06c6d7d
Message:

Makefile: add WAFOPTS and HAVE_DOUBLE envvars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r06c6d7d r3fc5696  
    1717
    1818configure: checkwaf
    19         $(WAFCMD) configure
     19        $(WAFCMD) configure $(WAFOPTS) $(HAVE_DOUBLE)
    2020
    2121build: configure
    22         $(WAFCMD) build
     22        $(WAFCMD) build $(WAFOPTS)
    2323
    2424build_python:
    25         cd python && ./setup.py build
     25        cd python && python ./setup.py generate $(HAVE_DOUBLE) build
    2626
    2727test_python:
     
    4040
    4141build_python3:
    42         cd python && python3 ./setup.py build
     42        cd python && python3 ./setup.py generate $(HAVE_DOUBLE) build
    4343
    4444clean_python3:
Note: See TracChangeset for help on using the changeset viewer.