Changeset d41bc4d for python/aubio
- Timestamp:
- Jul 10, 2012, 1:06:11 AM (12 years ago)
- 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:
- dbf47c6
- Parents:
- f4493f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/wscript_build
rf4493f4 rd41bc4d 1 1 # vim:set syntax=python: 2 2 3 pyaubio = bld.new_task_gen(name = 'python-aubio',3 pyaubio = ctx.new_task_gen(name = 'python-aubio', 4 4 features = 'c cshlib pyext', 5 5 source = '../../swig/aubio.i', … … 13 13 14 14 # install python files 15 bld.install_files('${PYTHONDIR}/${PACKAGE}/', bld.path.ant_glob('**/*.py'))15 ctx.install_files('${PYTHONDIR}/${PACKAGE}/', ctx.path.ant_glob('**/*.py')) 16 16 # install swig generated python file 17 bld.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py')17 ctx.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py')
Note: See TracChangeset
for help on using the changeset viewer.