mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Merge pull request #1848 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
* commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran.
This commit is contained in:
commit
6f4f4adaa2
@ -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…
Reference in New Issue
Block a user