diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-12-09 20:08:56 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-12-09 20:08:56 (GMT) |
commit | f1b8facee483ca760f32c48ee69a8fc893305f95 (patch) | |
tree | 0d3b6f4f7204c70240f16cded621003affb69aa6 /vms | |
parent | 5aabcd1ae8694e406bb63de8e95d3cee87ad1d24 (diff) | |
download | hdf5-f1b8facee483ca760f32c48ee69a8fc893305f95.zip hdf5-f1b8facee483ca760f32c48ee69a8fc893305f95.tar.gz hdf5-f1b8facee483ca760f32c48ee69a8fc893305f95.tar.bz2 |
[svn-r24511] I updated the path of ZLIB.
Tested on VMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/fortran/examples/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/fortran/examples/make.com b/vms/fortran/examples/make.com index 05caa09..4b49578 100644 --- a/vms/fortran/examples/make.com +++ b/vms/fortran/examples/make.com @@ -17,7 +17,7 @@ $! $! Make HDF5 Fortran examples $! $ fcopt = "/float=ieee_float/define=H5_VMS" -$ define zlib_dir disk$user:[hdfgroup.zlib-1_2_5_ieee] +$ define zlib_dir SYS$SYSUSERS:[lu.zlib-1_2_5] $ fff := fortran 'fcopt /module=[-.-.include] $ $ type sys$input |