I just did a build on a clean Ubuntu VM and installed gfortran using the gfortran-4.9 package via apt-get. This creates a binary in /usr/bin/ called gfortran-4.9; we should be able to identify that as a valid fortran compiler, but instead I'm given a message about not being able to locate one. Since apt-get really is the easiest way to install things on ubuntu, I'm thinking we should handle this case.
I just did a build on a clean Ubuntu VM and installed
gfortranusing thegfortran-4.9package viaapt-get. This creates a binary in/usr/bin/calledgfortran-4.9; we should be able to identify that as a valid fortran compiler, but instead I'm given a message about not being able to locate one. Sinceapt-getreally is the easiest way to install things on ubuntu, I'm thinking we should handle this case.