Browse Source

Refs #255. Didn't use f77 compiler.

tags/v0.2.7
Zhang Xianyi 13 years ago
parent
commit
d4f9571818
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      f_check

+ 1
- 1
f_check View File

@@ -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",


Loading…
Cancel
Save