Skip to content

Commit

Permalink
make hdf5 compile quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 3, 2018
1 parent 0cdc1c5 commit 505134f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if [ "$TRAVIS_OS_NAME" != "osx" ]; then #
wget "$HDF5_RELEASE_URL/hdf5-${HDF5_VERSION%.*}/hdf5-$HDF5_VERSION/src/hdf5-$HDF5_VERSION.tar.gz"
tar -xzf "hdf5-$HDF5_VERSION.tar.gz"
cd "hdf5-$HDF5_VERSION"
./configure --prefix=/usr/local
sudo make install
CFLAGS="-w" ./configure --quiet --prefix=/usr/local
sudo CFLAGS="-w" make --quiet install
cd ../seurat
fi

Expand Down

0 comments on commit 505134f

Please sign in to comment.