Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Remove libhdf5-serial-1.8.4 package installation.
This package is no more available but an equivalent should be installed as a depency of libhdf5-serial-dev

Corresponding error was
> E: Package 'libhdf5-serial-1.8.4' has no installation candidate
  • Loading branch information
thomasfillon committed Nov 20, 2017
1 parent 0d32027 commit fa06604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:
- if [ ${WITH_MPG123} = "ON" ]; then sudo apt-get install -qq libmpg123-0 libmpg123-dev ; fi
- if [ ${WITH_FFTW3} = "ON" ]; then sudo apt-get install -qq libfftw3-3 libfftw3-dev ; fi
- if [ ${WITH_LAPACK} = "ON" ]; then sudo apt-get install -qq liblapack-dev ; fi
- if [ ${WITH_HDF5} = "ON" ]; then sudo apt-get install -qq libhdf5-serial-dev libhdf5-serial-1.8.4 ; fi
- if [ ${WITH_HDF5} = "ON" ]; then sudo apt-get install -qq libhdf5-serial-dev ; fi
- pip install -r requirements.txt

before_script:
Expand Down

0 comments on commit fa06604

Please sign in to comment.