From 8be517f710ae2c220e7a8f028a77d4edafeee730 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 19 Jul 2009 18:28:30 -0500 Subject: [svn-r17196] Changed default Gnu fortran compiler from g95 to gfortran since gfortran is more likely installed with gcc now. Tested: jam and amani which covers both linux and linux64. No h5committest because this is gnu compiler specific, usually applicable to Linux. --- config/linux-gnulibc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index b075e31..8c64734 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -39,8 +39,8 @@ fi if test "X-" = "X-$FC"; then case $CC_BASENAME in gcc*) - FC=g95 - FC_BASENAME=g95 + FC=gfortran + FC_BASENAME=gfortran ;; pgcc*) FC=pgf90 -- cgit v0.12