From 4438bf5a74c20ffb505dacbccac6a7ea2787a033 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 5 Aug 2020 10:10:13 -0600 Subject: [PATCH] turns out we need fortran for pnetcdf --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec36153a3ab..8811a68a86d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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