Changeset acb2ac9 for wscript


Ignore:
Timestamp:
Jan 7, 2012, 12:16:57 AM (12 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:
447d6cd, 8b3a7e7
Parents:
36f954a
Message:

wscript: improve messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r36f954a racb2ac9  
    101101    conf.find_program('pkg-config', var='PKGCONFIG')
    102102  except conf.errors.ConfigurationError:
    103     conf.to_log('pkg-config was not found, not looking for (ignoring)')
     103    conf.msg('Could not find pkg-config', 'disabling fftw, jack, and lash')
     104    conf.msg('Could not find fftw', 'using ooura')
    104105
    105106  # optional dependancies using pkg-config
     
    122123    else:
    123124      # fftw disabled, use ooura
     125      conf.msg('Fftw disabled', 'using ooura')
    124126      pass
    125127
Note: See TracChangeset for help on using the changeset viewer.