projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42dbcf4
)
[wscript] link against hdf5 library
author
Paul Brossier
<piem@piem.org>
Tue, 8 Jan 2019 15:11:58 +0000
(16:11 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 29 Dec 2021 16:51:57 +0000
(11:51 -0500)
src/wscript_build
patch
|
blob
|
history
diff --git
a/src/wscript_build
b/src/wscript_build
index
619f06a
..
b8636ed
100644
(file)
--- 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')