HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using ubuntu-latest the build is failing.

ktarbet opened this issue · comments

The latest ubuntu in github actions has newer gfortran that is producing warnings/errors.

To reproduce use:

  • GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  • cd test/Fortran ; make test

We need to update the Fortran code to fix these errors, as a separate branch/PR, then we could update the build back to ubuntu-latest

Here is the commit that fixed the build:
a45ca6d