Skip to content

Commit

Permalink
turn off cxx and fortran for pnetcdf build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 5, 2020
1 parent 56243cf commit 28fcb48
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
- ./configure --prefix=/usr --enable-shared --disable-cxx --disable-fortran
- make
- sudo make install
- popd
Expand Down

0 comments on commit 28fcb48

Please sign in to comment.