[svn-r22876] Fixed exporting subroutines that will not be compiled if --enable-fortran2003

was not used.
This commit is contained in:
Scot Breitenfeld 2012-10-09 18:59:33 -05:00
parent cda42fdc77
commit ac472bb111
2 changed files with 22 additions and 7 deletions

View File

@ -290,9 +290,6 @@ H5O_mp_H5ODECR_REFCOUNT_F
H5O_mp_H5OEXISTS_BY_NAME_F
H5O_mp_H5OGET_COMMENT_F
H5O_mp_H5OGET_COMMENT_BY_NAME_F
H5O_PROVISIONAL_mp_H5OGET_INFO_BY_IDX_F
H5O_PROVISIONAL_mp_H5OGET_INFO_BY_NAME_F
H5O_PROVISIONAL_mp_H5OGET_INFO_F
H5O_mp_H5OINCR_REFCOUNT_F
H5O_mp_H5OLINK_F
H5O_mp_H5OOPEN_BY_ADDR_F
@ -300,9 +297,12 @@ H5O_mp_H5OOPEN_BY_IDX_F
H5O_mp_H5OOPEN_F
H5O_mp_H5OSET_COMMENT_F
H5O_mp_H5OSET_COMMENT_BY_NAME_F
H5O_PROVISIONAL_mp_H5OVISIT_BY_NAME_F
H5O_PROVISIONAL_mp_H5OVISIT_F
; These should only get compiled with option --enable-fortran2003
;H5O_PROVISIONAL_mp_H5OGET_INFO_BY_IDX_F
;H5O_PROVISIONAL_mp_H5OGET_INFO_BY_NAME_F
;H5O_PROVISIONAL_mp_H5OGET_INFO_F
;H5O_PROVISIONAL_mp_H5OVISIT_BY_NAME_F
;H5O_PROVISIONAL_mp_H5OVISIT_F
; H5P
H5P_mp_H5PCREATE_F
H5P_mp_H5PSET_PRESERVE_F

View File

@ -284,10 +284,25 @@ H5L_mp_H5LIS_REGISTERED_F
H5L_mp_H5LMOVE_F
H5L_mp_H5LGET_NAME_BY_IDX_F
; H5O
H5O_mp_H5OCLOSE_F
H5O_mp_H5OCOPY_F
H5O_mp_H5ODECR_REFCOUNT_F
H5O_mp_H5OEXISTS_BY_NAME_F
H5O_mp_H5OGET_COMMENT_F
H5O_mp_H5OGET_COMMENT_BY_NAME_F
H5O_mp_H5OINCR_REFCOUNT_F
H5O_mp_H5OLINK_F
H5O_mp_H5OOPEN_F
H5O_mp_H5OOPEN_BY_ADDR_F
H5O_mp_H5OOPEN_BY_IDX_F
H5O_mp_H5OOPEN_F
H5O_mp_H5OSET_COMMENT_F
H5O_mp_H5OSET_COMMENT_BY_NAME_F
; These should only get compiled with option --enable-fortran2003
;H5O_PROVISIONAL_mp_H5OGET_INFO_BY_IDX_F
;H5O_PROVISIONAL_mp_H5OGET_INFO_BY_NAME_F
;H5O_PROVISIONAL_mp_H5OGET_INFO_F
;H5O_PROVISIONAL_mp_H5OVISIT_BY_NAME_F
;H5O_PROVISIONAL_mp_H5OVISIT_F
; H5P
H5P_mp_H5PCREATE_F
H5P_mp_H5PSET_PRESERVE_F