diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-18 18:57:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-18 18:57:08 (GMT) |
commit | cf56cd041d119914d7a9bee79c22e59a8ce85059 (patch) | |
tree | 67e37c5084d14cfb21a8a729ea93c983ca753673 /bin | |
parent | 8d0b1acf685d91aa91e23e1a0d307384175a98db (diff) | |
download | hdf5-cf56cd041d119914d7a9bee79c22e59a8ce85059.zip hdf5-cf56cd041d119914d7a9bee79c22e59a8ce85059.tar.gz hdf5-cf56cd041d119914d7a9bee79c22e59a8ce85059.tar.bz2 |
[svn-r14211] Description:
Remove --enable-hdfv1_6 configure flag, now that all dependencies on it
have been removed and new --with-default-api-version=[v16|v18] and
--disable-deprecated-symbols flags have taken its place.
Update types in bin/trace so that bin/reconfigure runs cleanly.
Run bin/reconfigure to regenerate configure script, along with
other associated files, etc.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,11 +59,13 @@ $Source = ""; "unsigned" => "Iu", "unsigned int" => "Iu", "H5I_type_t" => "It", + "H5G_link_t" => "Ll", #Same as H5L_type_t now "H5L_type_t" => "Ll", "MPI_Comm" => "Mc", "MPI_Info" => "Mi", "H5FD_mem_t" => "Mt", "off_t" => "o", + "H5O_type_t" => "Ot", "H5P_class_t" => "p", "hobj_ref_t" => "r", "H5R_type_t" => "Rt", @@ -84,13 +86,16 @@ $Source = ""; "void" => "x", "FILE" => "x", "H5A_operator_t" => "x", + "H5A_operator1_t" => "x", "H5A_operator2_t" => "x", "H5A_info_t" => "x", "H5AC_cache_config_t" => "x", "H5D_operator_t" => "x", "H5E_auto_t" => "x", + "H5E_auto1_t" => "x", "H5E_auto2_t" => "x", "H5E_walk_t" => "x", + "H5E_walk1_t" => "x", "H5E_walk2_t" => "x", "H5F_info_t" => "x", "H5FD_t" => "x", @@ -113,6 +118,7 @@ $Source = ""; "H5P_prp_delete_func_t" => "x", "H5P_prp_get_func_t" => "x", "H5P_prp_set_func_t" => "x", + "H5P_prp_compare_func_t" => "x", "H5T_cdata_t" => "x", "H5T_conv_t" => "x", "H5T_conv_except_func_t" => "x", |