[svn-r16389] Corrected a typo in the ZLIB path name.

Tested on OpenVMS.
This commit is contained in:
Raymond Lu 2009-01-31 10:31:17 -05:00
parent 63008bb5b3
commit 6361428300
3 changed files with 9 additions and 4 deletions

View File

@ -17,7 +17,7 @@ $!
$! This file builds C, Frtran, C++ HDF5 librraies and runs the tests
$! Specify location of the top HDF5 source directory
$
$ hdf5top == "sys$sysusers:[pourmale.hdf5]"
$ hdf5top == "sys$sysusers:[pourmal.hdf5]"
$ len = F$LENGTH(hdf5top)
$ tmp = F$EXTRACT(0, len-1, hdf5top)
$ hdf5vms = tmp + ".VMS]"

View File

@ -36,8 +36,8 @@ $ copy [.tools.testfiles]*.ddl [-.tools.testfiles]
$!
$! Define location of ZLIB library. If you do not have it on your system, download
$! source code from http://www.zlib.net/, build and install on your system
$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee]
$ define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3-ieee]
$!
$! Set up compilation flags here
$! Do not remove define=H5_VMS and standard=strict_ansi qualifiers.

View File

@ -11,7 +11,12 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 library
$!
$! ccopt = "/float=ieee_float/define=H5_VMS"
$! 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]
$! ccopt = "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/include=zlib_dir"
$ ccc := cc 'ccopt
$ ccc h5detect.c
$ link h5detect