From: Paul Brossier Date: Tue, 8 Jan 2019 15:11:58 +0000 (+0100) Subject: [wscript] link against hdf5 library X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5bc1477d516c3195d3bec79ab4c468695f5eb405;p=aubio.git [wscript] link against hdf5 library --- diff --git a/src/wscript_build b/src/wscript_build index 619f06a5..b8636ed6 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -15,6 +15,7 @@ uselib += ['AVUTIL'] uselib += ['VORBISENC'] uselib += ['FLAC'] uselib += ['BLAS'] +uselib += ['HDF5', 'HDF5_HL'] source = ctx.path.ant_glob('*.c **/*.c')