Skip to content

Commit

Permalink
Removed make.log from hdf install to prevent travis timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnijssen committed May 30, 2017
1 parent 232bc9f commit c6ea355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/summa_install_utils
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function install_hdf5 {
tar -xzf hdf5-1.10.1.tar.gz
cd hdf5-1.10.1
./configure --prefix=$INSTALLDIR &> config.log
make &> make.log
make
make install
export LIBDIR=${INSTALLDIR}/lib
}
Expand Down

0 comments on commit c6ea355

Please sign in to comment.