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/h5jam/make.com | |
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/h5jam/make.com')
-rw-r--r-- | vms/tools/h5jam/make.com | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vms/tools/h5jam/make.com b/vms/tools/h5jam/make.com index e6e7218..3549243 100644 --- a/vms/tools/h5jam/make.com +++ b/vms/tools/h5jam/make.com @@ -29,13 +29,13 @@ $ $ type sys$input Creating tellub $ link tellub - - [-.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 tellub $ type sys$input Creating getub $ link getub - - [-.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 getub $! @@ -43,22 +43,21 @@ $! $ type sys$input Creating h5jamgentest $ link h5jamgentest, - - [-.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 h5jamgentest $! $ type sys$input Creating h5jam $ link h5jam, - - [-.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 h5jam $! $ type sys$input Creating h5junam $ link h5unjam, - - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Created h5unjam $! |