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=747d050a341fb01df536de9ac2fac5ddc9407a8b;p=aubio.git [wscript] link against hdf5 library --- diff --git a/src/wscript_build b/src/wscript_build index 895c191f..b1518766 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -12,6 +12,7 @@ uselib += ['SWRESAMPLE'] uselib += ['AVRESAMPLE'] uselib += ['AVUTIL'] uselib += ['BLAS'] +uselib += ['HDF5', 'HDF5_HL'] source = ctx.path.ant_glob('*.c **/*.c')