[wscript] link against hdf5 library
authorPaul Brossier <piem@piem.org>
Tue, 8 Jan 2019 15:11:58 +0000 (16:11 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 29 Dec 2021 16:51:57 +0000 (11:51 -0500)
src/wscript_build

index 619f06a..b8636ed 100644 (file)
@@ -15,6 +15,7 @@ uselib += ['AVUTIL']
 uselib += ['VORBISENC']
 uselib += ['FLAC']
 uselib += ['BLAS']
+uselib += ['HDF5', 'HDF5_HL']
 
 source = ctx.path.ant_glob('*.c **/*.c')