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/fortran/test | |
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/fortran/test')
-rw-r--r-- | vms/fortran/test/make.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/fortran/test/make.com b/vms/fortran/test/make.com index d33ecd3..e3d2c94 100644 --- a/vms/fortran/test/make.com +++ b/vms/fortran/test/make.com @@ -39,18 +39,18 @@ $ library/create []h5test_fortran t, tf $ link fflush1,h5test_fortran.olb/lib,- [-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- - [-.-.src]hdf5.olb/lib + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ link fflush2,h5test_fortran.olb/lib,- [-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- - [-.-.src]hdf5.olb/lib + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ link/exec=fortranlib_test.exe - fortranlib_test.obj, tH5F.obj, tH5D.obj, - tH5R.obj, tH5S.obj, tH5T.obj, tH5VL.obj, tH5Z.obj, tH5Sselect.obj, - tH5P.obj, tH5A.obj, tH5I.obj, tH5G.obj, tH5E.obj,- h5test_fortran.olb/lib,[-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- - [-.-.src]hdf5.olb/lib + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Created HDF5 Fortran tests $! |