Skip to content

Commit

Permalink
Revert "hdf5: Add flag to make more noise during the build for Travis…
Browse files Browse the repository at this point in the history
… CI."

This reverts commit 2b73173.
  • Loading branch information
jakirkham committed Mar 25, 2016
1 parent d8ad56d commit b4fa5b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions recipes/hdf5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

make
make check
Expand Down
2 changes: 1 addition & 1 deletion recipes/hdf5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
url: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-{{version}}.tar.gz
md5: b8ed9a36ae142317f88b0c7ef4b9c618
patches:
- Makefile.in.patch
- test_Makefile.in.patch

build:
features:
Expand Down
File renamed without changes.

0 comments on commit b4fa5b0

Please sign in to comment.