Changeset d4c0932


Ignore:
Timestamp:
Nov 20, 2013, 1:52:32 AM (10 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:
1e1a2c9
Parents:
cdfc394
Message:

wscript: move double towards the end, improve help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rcdfc394 rd4c0932  
    4545
    4646def options(ctx):
    47   add_option_enable_disable(ctx, 'double', default = False,
    48           help_str = 'compile aubio in double precision mode')
    4947  add_option_enable_disable(ctx, 'fftw3f', default = False,
    5048          help_str = 'compile with fftw3f instead of ooura (recommended)', help_disable_str = 'do not compile with fftw3f')
     
    6159  add_option_enable_disable(ctx, 'samplerate', default = None,
    6260          help_str = 'compile with samplerate (auto)', help_disable_str = 'disable samplerate')
     61  add_option_enable_disable(ctx, 'double', default = False,
     62          help_str = 'compile aubio in double precision mode',
     63          help_disable_str = 'compile aubio in single precision mode (default)')
    6364
    6465  ctx.add_option('--with-target-platform', type='string',
Note: See TracChangeset for help on using the changeset viewer.