Changeset 8d09036 for Makefile


Ignore:
Timestamp:
Oct 3, 2016, 4:40:48 PM (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, sampler, yinfft+
Children:
5864b43
Parents:
45521d2
Message:

setup.py: use custom build_ext instead of 'generate' command, define HAVE_AUBIO_DOUBLE to 1 if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r45521d2 r8d09036  
    2929
    3030build_python:
    31         python ./setup.py generate $(ENABLE_DOUBLE) build
     31        python ./setup.py build_ext $(ENABLE_DOUBLE)
    3232
    3333test_python: export LD_LIBRARY_PATH=$(PWD)/build/src
     
    7373
    7474build_python3:
    75         python3 ./setup.py generate $(ENABLE_DOUBLE) build
     75        python3 ./setup.py build_ext $(ENABLE_DOUBLE)
    7676
    7777clean_python3:
Note: See TracChangeset for help on using the changeset viewer.