diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-12-22 23:22:19 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-12-22 23:22:19 (GMT) |
commit | 5b57b18ae87f923f4c0a068e2b5a7561db48016b (patch) | |
tree | fb2a143075f3fa34d387c3742289cbddddb90ad9 /vms/tools/h5copy/make.com | |
parent | 18197d347136ce5c4fabedf3b8643449e7ba7c4a (diff) | |
download | hdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.zip hdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.tar.gz hdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.tar.bz2 |
[svn-r16215] Maintenance:
Updated command files in order to build in a batch queue;
added lines that define compiler qualifiers and location
of the zlib library in case one has to build manually in
a current directory.
Deleted command file in the vms/tools/h5ls directory that
is no longer needed.
Platforms tested:
VMS server (build passed; tests are running now)
Diffstat (limited to 'vms/tools/h5copy/make.com')
-rw-r--r-- | vms/tools/h5copy/make.com | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vms/tools/h5copy/make.com b/vms/tools/h5copy/make.com index 384cb6e..1a95f58 100644 --- a/vms/tools/h5copy/make.com +++ b/vms/tools/h5copy/make.com @@ -16,7 +16,11 @@ $! Makefile for VMS systems. $! $! Make h5copy tool $! -$ ccopt = "/float=ieee_float" +$! 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=H5_VMS/include=zlib_dir" $ $ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test]) $ type sys$input |