From d4f9571818b3854f639bfe6c869ac76b76d982e4 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 22 Jul 2013 11:34:43 +0800 Subject: [PATCH] Refs #255. Didn't use f77 compiler. --- f_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_check b/f_check index 83587e6..d7c0b23 100644 --- a/f_check +++ b/f_check @@ -24,7 +24,7 @@ $compiler = "" if $compiler eq "f77"; if ($compiler eq "") { - @lists = ("f77", "g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95", + @lists = ("g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95", "sunf77", "sunf90", "sunf95", "xlf95", "xlf90", "xlf", "ppuf77", "ppuf95", "ppuf90", "ppuxlf", -- 2.7.4