Merge pull request #547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop

* commit 'b6de142cf4a863787dceaa333684615fc190d6d5':
  Chagned gfortran40 to gfortran in a few config files.
This commit is contained in:
Dana Robinson 2017-05-26 14:29:27 -05:00
commit 9e75f7eeee
2 changed files with 3 additions and 3 deletions

View File

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

View File

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