- Timestamp:
- Jan 8, 2019, 4:00:56 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- d1233e4
- Parents:
- 8abfbb0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r8abfbb0 r11526e6 80 80 'libswresample', 'libavresample', 81 81 'sndfile', 82 'hdf5', 82 83 #'fftw3f', 83 84 ] … … 104 105 ext.define_macros += [('HAVE_FFTW3F', 1)] 105 106 ext.define_macros += [('HAVE_FFTW3', 1)] 107 if 'hdf5' in ext.libraries: 108 ext.libraries += ['hdf5_hl'] 109 ext.define_macros += [('HAVE_HDF5', 1)] 106 110 107 111 # add accelerate on darwin
Note: See TracChangeset
for help on using the changeset viewer.