mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
Fixed an issue with older version of gfortran.
This commit is contained in:
parent
4cd461168e
commit
4900f88234
@ -58,8 +58,6 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
|
||||
H5_FCFLAGS="$H5_FCFLAGS -std=f2008"
|
||||
elif test $f9x_vers_major -ge 5 -o $f9x_vers_major -eq 4 -a $f9x_vers_minor -ge 6; then
|
||||
H5_FCFLAGS="$H5_FCFLAGS -std=f2008ts"
|
||||
else
|
||||
H5_FCFLAGS="$H5_FCFLAGS -std=f2003"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user