Skip to content

Commit

Permalink
rolling back to most recent working travis build for reasons of menta…
Browse files Browse the repository at this point in the history
…l health
  • Loading branch information
edhartnett committed Mar 19, 2019
1 parent bcbcaae commit ef653a6
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- pkg-config openmpi-bin libopenmpi-dev gfortran zlib1g-dev
- pkg-config netcdf-bin libnetcdf-dev openmpi-bin libopenmpi-dev gfortran

before_install:
- test -n $CC && unset CC
Expand All @@ -23,25 +23,12 @@ before_script:
- export CC=mpicc
- export FC=mpif90
- export CPPFLAGS='-I/usr/include'
- wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4.tar.gz
- tar -xzvf hdf5-1.10.4.tar.gz
- pushd hdf5-1.10.4
- ./configure --prefix=/usr --enable-parallel
- make &> /dev/null
- sudo make install
- popd
- wget https://github.com/Unidata/netcdf-c/archive/v4.6.3.tar.gz
- tar -xzvf v4.6.3.tar.gz
- pushd netcdf-c-4.6.3
- ./configure --prefix=/usr
- make
- sudo make install
- popd
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.11.0.tar.gz
- tar -xzvf pnetcdf-1.11.0.tar.gz
- ls -l
- pushd pnetcdf-1.11.0
- ./configure --prefix=/usr --enable-shared
- make
- make
- sudo make install
- popd
env:
Expand All @@ -56,5 +43,10 @@ script:
- autoreconf -i
- ./configure
- make -j distcheck


- rm -rf build
- mkdir build
- cd build
- cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DPIO_ENABLE_TIMING=Off ..
- make VERBOSE=1
- make tests VERBOSE=1
- make test VERBOSE=1

0 comments on commit ef653a6

Please sign in to comment.