Skip to content

Commit

Permalink
turns out we need fortran for pnetcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 5, 2020
1 parent 28fcb48 commit 4438bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_script:
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz
- tar -xzvf pnetcdf-1.12.1.tar.gz
- pushd pnetcdf-1.12.1
- ./configure --prefix=/usr --enable-shared --disable-cxx --disable-fortran
- ./configure --prefix=/usr --enable-shared --disable-cxx
- make
- sudo make install
- popd
Expand Down

0 comments on commit 4438bf5

Please sign in to comment.