diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-08-21 03:17:37 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-08-21 03:17:37 (GMT) |
commit | 8137c9fda74ddbcd99083cd95a1a866dfab75a86 (patch) | |
tree | 53cf3eee6cc3fc14adf26e0a7ee50e7f0df0ca2b /fortran | |
parent | de1609418532ebef39eec211cd8a9ea85333a9e1 (diff) | |
download | hdf5-8137c9fda74ddbcd99083cd95a1a866dfab75a86.zip hdf5-8137c9fda74ddbcd99083cd95a1a866dfab75a86.tar.gz hdf5-8137c9fda74ddbcd99083cd95a1a866dfab75a86.tar.bz2 |
[svn-r21275] Description: Changed the --enable-fortran2003 behavior to:
1) --enable-fortran2003 will enable only F2003 features. It is not a replacement for --enable-fortran. If compiler is not F2003 compliant configure should fail.
2) if --enable-fortran2003 is specified with out --enable-fortran configure fails
3) Configure help indicates that --enable-fortran2003 is in addition to --enable-fortran
Updated the version checks of different compilers.
Tested: jam (gcc 4.1 4.6, intel 10.1 11.1 12.0, pgi)
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/hdf5_fortrandll.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/src/hdf5_fortrandll.def b/fortran/src/hdf5_fortrandll.def index 5355a3c..5f45350 100644 --- a/fortran/src/hdf5_fortrandll.def +++ b/fortran/src/hdf5_fortrandll.def @@ -284,7 +284,6 @@ H5L_mp_H5LIS_REGISTERED_F H5L_mp_H5LMOVE_F
H5L_mp_H5LGET_NAME_BY_IDX_F
; H5O
-H5O_mp_CLOSE_F
H5O_mp_H5OLINK_F
H5O_mp_H5OOPEN_F
H5O_mp_H5OOPEN_BY_ADDR_F
|