projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1233e4
)
[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>
Tue, 8 Jan 2019 15:11:58 +0000
(16:11 +0100)
src/wscript_build
patch
|
blob
|
history
diff --git
a/src/wscript_build
b/src/wscript_build
index
895c191
..
b151876
100644
(file)
--- 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')