Skip to content

Commit

Permalink
Update to HDF5 1.8.18 at Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Nov 28, 2016
1 parent dec7a79 commit 935e4b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .install_hdf5_1_8.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

svn co -q https://svn.hdfgroup.org/hdf5/branches/hdf5_1_8_17@29907
cd hdf5_1_8_17
git clone --branch hdf5_1_8_18 https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git hdf5_1_8_18
cd hdf5_1_8_18
./configure --quiet --enable-shared --disable-production --enable-debug=all --with-pic --disable-deprecated-symbols --disable-hl --disable-strict-format-checks --disable-clear-file-buffers --disable-instrument --disable-parallel --disable-trace --with-default-api-version=v18 CFLAGS="-w"
make install -C src
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,78 +43,78 @@ matrix:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=yes
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=yes
- WITH_ZLIB=no
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=no
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=no
- WITH_ZLIB=no
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=no
- ENABLE_MAT73=yes
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=no
- ENABLE_MAT73=yes
- WITH_ZLIB=no
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=no
- ENABLE_MAT73=no
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: gcc-4.8
env:
- ENABLE_EXTENDED_SPARSE=no
- ENABLE_MAT73=no
- WITH_ZLIB=no
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: linux
compiler: clang
env:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=yes
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18
- os: osx
compiler: clang
env:
- ENABLE_EXTENDED_SPARSE=yes
- ENABLE_MAT73=yes
- WITH_ZLIB=yes
- HDF5_VERSION_DIR=hdf5_1_8_17
- HDF5_VERSION_DIR=hdf5_1_8_18

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]]; then pip install --upgrade pip; pip install --user cpp-coveralls; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool && brew install libtool; fi

install:
- if [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_17" ]]; then ./.install_hdf5_1_8.sh; fi
- if [[ "$HDF5_VERSION_DIR" == "hdf5_1_10_0" ]]; then ./.install_hdf5_1_10.sh; fi
- if [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_18" ]] && [[ "$ENABLE_MAT73" == "yes" ]]; then ./.install_hdf5_1_8.sh; fi
- if [[ "$HDF5_VERSION_DIR" == "hdf5_1_10_0" ]] && [[ "$ENABLE_MAT73" == "yes" ]]; then ./.install_hdf5_1_10.sh; fi
- cd $TRAVIS_BUILD_DIR
- mkdir MSL
- cd MSL
Expand Down

0 comments on commit 935e4b6

Please sign in to comment.