diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2005-02-10 00:32:35 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2005-02-10 00:32:35 (GMT) |
commit | f6b810b93d669859fb82dc08ff715ba38f135958 (patch) | |
tree | ebe55dc71c8f3ee116d5d9115b70fdd05845dc7f /aclocal.m4 | |
parent | 8f487df795e862e81f0be215448a70b77d56c157 (diff) | |
download | hdf5-f6b810b93d669859fb82dc08ff715ba38f135958.zip hdf5-f6b810b93d669859fb82dc08ff715ba38f135958.tar.gz hdf5-f6b810b93d669859fb82dc08ff715ba38f135958.tar.bz2 |
[svn-r9976] Purpose:
New feature and update.
Description:
1. New feature: link HDF5 with Zlib 1.2.2 and Szip 2.0 DLL libraries.
2. Update: catch up HDF5 update during past weeks.
Solution:
1. New feature:
As now HDF5 only links with Zlib and Szip DLL libraries, only 2 environment variables are needed:
Environment Variables for HDF5 on Windows
Previously Now
HDF5_EXT_ZLIB zlib.lib zdll.lib
HDF5_EXT_SZIP szlib.lib szlibdll.lib
HDF5_EXT_ZLIB_DLL c:\zlib114\dll\zlib.lib N/A
HDF5_EXT_SZIP_DLL szlibdll.lib N/A
Due to the above change, the following changes are made:
a. hdf_dll and dsets_dll were linked with HDF5_EXT_ZLIB_DLL and HDF5_EXT_SZIP_DLL
before this update. Now they are linked with HDF5_EXT_ZLIB and HDF5_EXT_SZIP.
b. In hdf5/tools/dumptest.bat and repacktest.bat, HDF5_EXT_ZLIB was compared with zlib.lib
and HDF5_EXT_SZIP was compared with szlib.lib to find out whether ZLIB or SZIP libraries
were presented. Now HDF5_EXT_ZLIB is compared with zdll.lib and HDF5_EXT_SZIP
with szlibdll.lib.
2. Update (due to change in source codes)
a. Add hdf5/src/H5B2.c, H5B2cache.c, H5B2dbg.c, H5B2test.c, H5b2pkg.h, H5B2private.h, and H5B2public.h
to projects hdf5 and hdf5dll.
b. Replace H5TA.c and H5TA.h with H5TB.c and H5TB.h in hdf5_hl project.
Platforms tested:
Visual C++ 6.0/DEC Fortran 6.6c on Windows XP.
.NET on Windows XP.
Misc. update:
installation file was updated also.
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions