Changeset 799d992 for wscript


Ignore:
Timestamp:
Oct 1, 2017, 8:04:15 PM (6 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
Children:
20c8769
Parents:
f3f0d14
Message:

wscript: intelipp checks disabled by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rf3f0d14 r799d992  
    5151            help_str = 'compile with fftw3 instead of ooura',
    5252            help_disable_str = 'do not compile with fftw3')
    53     add_option_enable_disable(ctx, 'intelipp', default = None,
     53    add_option_enable_disable(ctx, 'intelipp', default = False,
    5454            help_str = 'use Intel IPP libraries (auto)',
    5555            help_disable_str = 'do not use Intel IPP libraries')
Note: See TracChangeset for help on using the changeset viewer.