I am trying to run kgwasflow on an Ubuntu 22.04 system, and I get the error message /lib/x86_64-linux-gnu/libgfortran.so.3: version 'GFORTRAN_1.4'not found. The libgfortran3 library cannot be installed on Ubuntu 22.04 because it requires g++ v6 as a compiler, which is out of date and no longer supported. Is it possible to update the kgwasflow code to use current versions of gfortran?
I am trying to run kgwasflow on an Ubuntu 22.04 system, and I get the error message
/lib/x86_64-linux-gnu/libgfortran.so.3: version 'GFORTRAN_1.4'not found. The libgfortran3 library cannot be installed on Ubuntu 22.04 because it requires g++ v6 as a compiler, which is out of date and no longer supported. Is it possible to update the kgwasflow code to use current versions of gfortran?