diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-07-19 23:28:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-07-19 23:28:30 (GMT) |
commit | 8be517f710ae2c220e7a8f028a77d4edafeee730 (patch) | |
tree | 2467c21ccabea17bb59680e6ffe01c3bc1349214 /config/linux-gnulibc1 | |
parent | 2d6036f0c3a69e8d749bf54efedff6f15b2c5f1e (diff) | |
download | hdf5-8be517f710ae2c220e7a8f028a77d4edafeee730.zip hdf5-8be517f710ae2c220e7a8f028a77d4edafeee730.tar.gz hdf5-8be517f710ae2c220e7a8f028a77d4edafeee730.tar.bz2 |
[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.
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r-- | config/linux-gnulibc1 | 4 |
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 |