diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-12 21:32:59 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-12 21:32:59 (GMT) |
commit | 916399d31ed063c0d7e8b7aba864841168a37b93 (patch) | |
tree | 22cc96e85fb638bb864efd1071a9c52234cee14a /vms/tools/h5repack | |
parent | cbe0bc01f0b36901ae5b7b0abb5ae1f65a9fef02 (diff) | |
download | hdf5-916399d31ed063c0d7e8b7aba864841168a37b93.zip hdf5-916399d31ed063c0d7e8b7aba864841168a37b93.tar.gz hdf5-916399d31ed063c0d7e8b7aba864841168a37b93.tar.bz2 |
[svn-r12346] Purpose: new feature/maintenance
Description: Added support for Zlib compression on VMS
Solution: Modified command files to add compilation and linking with
the ZLIB library.
Platforms tested: VMS servere with the VAX floating datatype;
will test IEEE option later
Misc. update:
Diffstat (limited to 'vms/tools/h5repack')
-rw-r--r-- | vms/tools/h5repack/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index a06a5de..2d7153f 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -35,7 +35,7 @@ $ link/debug/exe=h5repack.exe - h5repack_main, h5repack, h5repack_copy, h5repack_filters, - h5repack_list, h5repack_opttable, h5repack_parse, h5repack_refs, - h5repack_verify, - - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Created h5repacktst $ @@ -47,7 +47,7 @@ $ link/exe=h5repacktst.exe - h5repack, h5repack_copy, h5repack_filters, - h5repack_list, h5repack_opttable, h5repack_parse, h5repack_refs, - h5repack_verify, - - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib ! sys$clib/lib $ type sys$input Created h5repacktst |