Changeset 6017f94 for python


Ignore:
Timestamp:
Jul 10, 2012, 12:36:48 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:
c204928
Parents:
d62c32f
Message:

python/aubio: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/wscript_build

    rd62c32f r6017f94  
     1# vim:set syntax=python:
     2
    13pyaubio = bld.new_task_gen(name = 'python-aubio',
    2   features = 'cc cshlib pyext',
     4  features = 'c cshlib pyext',
    35  source = '../../swig/aubio.i',
    46  add_objects = 'sndfileio',
     
    1113
    1214# install python files
    13 for file in bld.path.ant_glob('**/*.py').split():
    14   bld.install_as('${PYTHONDIR}/${PACKAGE}/' + file, file)
     15bld.install_files('${PYTHONDIR}/${PACKAGE}/', bld.path.ant_glob('**/*.py'))
    1516# install swig generated python file
    1617bld.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py')
Note: See TracChangeset for help on using the changeset viewer.