CVMix / CVMix-src

CVMix source code (including protex documentation) as well as build system and examples / tests
Other
30 stars 29 forks source link

TravisCI is failing on netCDF build #85

Closed mnlevy1981 closed 4 years ago

mnlevy1981 commented 4 years ago

Both #80 and #83 are failing at the "build CVMix with netcdf" stage. This might be because TravisCI updated the default Ubuntu distribution it tests with, causing conflicts between the gfortran and libnetcdf-dev packages on apt.

mnlevy1981 commented 4 years ago

Fixed via #84

Note that in the future, it might be wise to add

      sources:
         - ubuntu-toolchain-r-test

and try to pull down a more recent version of gfortran / compatible netcdf library (I don't think there is a strong need to use gfortran v4.8 on travis)