Changeset 671eae1 for python/lib
- Timestamp:
- Dec 12, 2016, 12:16:15 AM (8 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, sampler, yinfft+
- Children:
- 33d0242
- Parents:
- e0a9fd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
re0a9fd2 r671eae1 56 56 def add_local_aubio_sources(ext, usedouble = False): 57 57 """ build aubio inside python module instead of linking against libaubio """ 58 print("Warning: libaubio was not built with waf, adding src/") 59 # create an empty header, macros will be passed on the command line 60 fake_config_header = os.path.join('python', 'ext', 'config.h') 61 distutils.file_util.write_file(fake_config_header, "") 58 print("Info: libaubio was not installed or built locally with waf, adding src/") 62 59 aubio_sources = sorted(glob.glob(os.path.join('src', '**.c'))) 63 60 aubio_sources += sorted(glob.glob(os.path.join('src', '*', '**.c')))
Note: See TracChangeset
for help on using the changeset viewer.