Changeset 6017f94 for python/aubio
- Timestamp:
- Jul 10, 2012, 12:36:48 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:
- c204928
- Parents:
- d62c32f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/wscript_build
rd62c32f r6017f94 1 # vim:set syntax=python: 2 1 3 pyaubio = bld.new_task_gen(name = 'python-aubio', 2 features = 'c c cshlib pyext',4 features = 'c cshlib pyext', 3 5 source = '../../swig/aubio.i', 4 6 add_objects = 'sndfileio', … … 11 13 12 14 # install python files 13 for file in bld.path.ant_glob('**/*.py').split(): 14 bld.install_as('${PYTHONDIR}/${PACKAGE}/' + file, file) 15 bld.install_files('${PYTHONDIR}/${PACKAGE}/', bld.path.ant_glob('**/*.py')) 15 16 # install swig generated python file 16 17 bld.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py')
Note: See TracChangeset
for help on using the changeset viewer.