- Timestamp:
- Dec 29, 2021, 5:51:56 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 42dbcf4
- Parents:
- 0116e79
- git-author:
- Paul Brossier <piem@piem.org> (01/08/19 16:00:56)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r0116e79 rd0c88f4 82 82 'sndfile', 83 83 'rubberband', 84 'hdf5', 84 85 #'fftw3f', 85 86 ] … … 108 109 ext.define_macros += [('HAVE_FFTW3F', 1)] 109 110 ext.define_macros += [('HAVE_FFTW3', 1)] 111 if 'hdf5' in ext.libraries: 112 ext.libraries += ['hdf5_hl'] 113 ext.define_macros += [('HAVE_HDF5', 1)] 110 114 111 115 # add accelerate on darwin
Note: See TracChangeset
for help on using the changeset viewer.