[svn-r16464] I brought them up to date. I'm testing them on OpenVMS now.

This commit is contained in:
Raymond Lu
2009-02-11 13:45:02 -05:00
parent 96a0892ba8
commit 77e347b19f
19 changed files with 188 additions and 149 deletions

View File

@@ -16,30 +16,34 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 C++ library tests
$!
$! The next two lines should be uncommented only when building by hand in the
$! current directory. Use build.com in the vms directory to build
$! the distribution. Make sure that location of the zlib library is correct.
$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
$
$ ccc := cxx 'cxxopt /include=([-.-.src], [-.-.test], [-.src])
$!
$!
$!
$ ccc h5cpputil
$ ccc tattr
$ ccc tfile
$ ccc tcompound
$ ccc testhdf5
$ ccc tfile
$ ccc tfilter
$ ccc th5s
$ ccc trefer
$ ccc ttypes
$ ccc tvlstr
$ ccc th5s
$ ccc h5cpputil
$ ccc testhdf5
$ type sys$input
Creating testhdf5
$ cxxlink testhdf5,tattr,tfile, th5s, -
tcompound, tfilter, trefer, tvlstr, ttypes, h5cpputil, -
$ cxxlink testhdf5, h5cpputil, tattr, tcompound, tfile, tfilter, th5s, -
trefer, ttypes, tvlstr, -
[-.src]hdf5_cplus.olb/lib, [-.-.test]libh5test.olb/lib, -
[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
$ !
$!
$ ccc dsets
$ type sys$input
Creating dsets