From 4a20fec92d261f7d24241489fc3f57326d3247d3 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Mon, 18 May 2015 16:39:15 -0400 Subject: [PATCH] Make gfortran the first to look for --- f_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_check b/f_check index 7c6cc78ae..f04cac7a4 100644 --- a/f_check +++ b/f_check @@ -25,7 +25,7 @@ $compiler = "" if $compiler eq "f77"; if ($compiler eq "") { - @lists = ("g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95", + @lists = ("gfortran", "g77", "g95", "frt", "fort", "openf90", "openf95", "sunf77", "sunf90", "sunf95", "xlf95", "xlf90", "xlf", "ppuf77", "ppuf95", "ppuf90", "ppuxlf",