Changeset 11526e6


Ignore:
Timestamp:
Jan 8, 2019, 4:00:56 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
d1233e4
Parents:
8abfbb0
Message:

[python] also add hd5 when building standolone python external

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r8abfbb0 r11526e6  
    8080                'libswresample', 'libavresample',
    8181                'sndfile',
     82                'hdf5',
    8283                #'fftw3f',
    8384               ]
     
    104105        ext.define_macros += [('HAVE_FFTW3F', 1)]
    105106        ext.define_macros += [('HAVE_FFTW3', 1)]
     107    if 'hdf5' in ext.libraries:
     108        ext.libraries += ['hdf5_hl']
     109        ext.define_macros += [('HAVE_HDF5', 1)]
    106110
    107111    # add accelerate on darwin
Note: See TracChangeset for help on using the changeset viewer.