summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-07-19 23:30:33 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-07-19 23:30:33 (GMT)
commita1b996471636f52233e166c66b39103d08ab3085 (patch)
tree8c925484a0ccc09aa0c4cd5c6a93efe5b06de160 /config
parent5800d12b4ee4d38bde5c9a869f6161bdd8cf0976 (diff)
downloadhdf5-a1b996471636f52233e166c66b39103d08ab3085.zip
hdf5-a1b996471636f52233e166c66b39103d08ab3085.tar.gz
hdf5-a1b996471636f52233e166c66b39103d08ab3085.tar.bz2
[svn-r17197] 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.
Diffstat (limited to 'config')
-rw-r--r--config/linux-gnulibc14
1 files 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