Skip to content

Commit

Permalink
Update to HDF5 1.14.5 at Travis CI [skip cirrus] [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Oct 1, 2024
1 parent 6335f59 commit c894422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ "$ENABLE_MAT73" == "yes" ]]; then
popd

if [[ "$HDF5_VERSION" == "1.14" ]]; then
HDF5_URL="https://github.com/HDFGroup/hdf5/releases/download/hdf5_${HDF5_VERSION}.${HDF5_PATCH_VERSION}.${HDF5_BUILD_VERSION}/hdf5-${HDF5_VERSION}.${HDF5_PATCH_VERSION}-${HDF5_BUILD_VERSION}.tar.gz"
HDF5_URL="https://github.com/HDFGroup/hdf5/releases/download/hdf5_${HDF5_VERSION}.${HDF5_PATCH_VERSION}/hdf5-${HDF5_VERSION}.${HDF5_PATCH_VERSION}.tar.gz"
else
HDF5_URL="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${HDF5_VERSION}/hdf5-${HDF5_VERSION}.${HDF5_PATCH_VERSION%-*}/src/hdf5-${HDF5_VERSION}.${HDF5_PATCH_VERSION}.tar.gz"
fi
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- ENABLE_MAT73=yes
- WITH_ZLIB=$TRAVIS_BUILD_DIR/zlib
- HDF5_VERSION=1.14
- HDF5_PATCH_VERSION=4
- HDF5_BUILD_VERSION=3
- HDF5_PATCH_VERSION=5
- MAX_RANK=3
- os: linux
compiler: gcc-4.8
Expand Down

0 comments on commit c894422

Please sign in to comment.