Skip to content

Commit

Permalink
switched to pnetcdf 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 19, 2019
1 parent 9b182c5 commit 5ec13ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ before_script:
- 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
- pushd pnetcdf-1.11.0
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.10.0.tar.gz
- tar -xzvf pnetcdf-1.10.0.tar.gz
- pushd pnetcdf-1.10.0
- ./configure --prefix=/usr --enable-shared
- make
- sudo make install
Expand Down

0 comments on commit 5ec13ea

Please sign in to comment.