Make gfortran the first to look for

This commit is contained in:
Ivan Ukhov 2015-05-18 16:39:15 -04:00
parent 7fb718a7d8
commit 4a20fec92d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $compiler = "" if $compiler eq "f77";
if ($compiler eq "") { if ($compiler eq "") {
@lists = ("g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95", @lists = ("gfortran", "g77", "g95", "frt", "fort", "openf90", "openf95",
"sunf77", "sunf90", "sunf95", "sunf77", "sunf90", "sunf95",
"xlf95", "xlf90", "xlf", "xlf95", "xlf90", "xlf",
"ppuf77", "ppuf95", "ppuf90", "ppuxlf", "ppuf77", "ppuf95", "ppuf90", "ppuxlf",