Changeset d0c88f4 for python


Ignore:
Timestamp:
Dec 29, 2021, 5:51:56 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[python] also add hd5 when building standolone python external

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r0116e79 rd0c88f4  
    8282                'sndfile',
    8383                'rubberband',
     84                'hdf5',
    8485                #'fftw3f',
    8586               ]
     
    108109        ext.define_macros += [('HAVE_FFTW3F', 1)]
    109110        ext.define_macros += [('HAVE_FFTW3', 1)]
     111    if 'hdf5' in ext.libraries:
     112        ext.libraries += ['hdf5_hl']
     113        ext.define_macros += [('HAVE_HDF5', 1)]
    110114
    111115    # add accelerate on darwin
Note: See TracChangeset for help on using the changeset viewer.