summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-26 18:56:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-26 18:56:23 (GMT)
commitb6de142cf4a863787dceaa333684615fc190d6d5 (patch)
tree49e8db9d41d1099176ec668135c1b7e1fbdde583 /config
parent742e1d5541a488ca1a1772c05833c16a6a73d3ab (diff)
downloadhdf5-b6de142cf4a863787dceaa333684615fc190d6d5.zip
hdf5-b6de142cf4a863787dceaa333684615fc190d6d5.tar.gz
hdf5-b6de142cf4a863787dceaa333684615fc190d6d5.tar.bz2
Chagned gfortran40 to gfortran in a few config files.
Diffstat (limited to 'config')
-rw-r--r--config/freebsd4
-rw-r--r--config/gnu-fflags2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/freebsd b/config/freebsd
index 936c29f..9a9348b 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -34,8 +34,8 @@ fi
if test "X-" = "X-$FC"; then
case $CC_BASENAME in
gcc*|pgcc*)
- FC=gfortran40
- FC_BASENAME=gfortran40
+ FC=gfortran
+ FC_BASENAME=gfortran
;;
icc*)
FC=ifort
diff --git a/config/gnu-fflags b/config/gnu-fflags
index e92e054..6b5e6a1 100644
--- a/config/gnu-fflags
+++ b/config/gnu-fflags
@@ -71,7 +71,7 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
#esac
# General
- FC_BASENAME=gfortran40
+ FC_BASENAME=gfortran
F9XSUFFIXFLAG=""
FSEARCH_DIRS=""
H5_FCFLAGS="$H5_FCFLAGS -pedantic -Wall -Wextra -Wunderflow -Wimplicit-interface -Wsurprising"