Skip to content

Commit

Permalink
hdf5: Add flag to make more noise during the build for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Mar 25, 2016
1 parent 4d457ac commit 2b73173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/hdf5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

./configure --prefix=$PREFIX \
--enable-linux-lfs --with-zlib \
--with-pthread=yes --enable-cxx --with-default-plugindir=$PREFIX/lib/hdf5/plugin
--with-pthread=yes --enable-cxx --with-default-plugindir=$PREFIX/lib/hdf5/plugin \
--disable-silent-rules # To make Travis happy with the level of activity.

make
make check
Expand Down

0 comments on commit 2b73173

Please sign in to comment.