From 5bc1477d516c3195d3bec79ab4c468695f5eb405 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 8 Jan 2019 16:11:58 +0100 Subject: [PATCH] [wscript] link against hdf5 library --- src/wscript_build | 1 + 1 file changed, 1 insertion(+) 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') -- 2.11.0