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/build.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/build.com')
-rw-r--r-- | vms/build.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/build.com b/vms/build.com index f65a45b..eb621de 100644 --- a/vms/build.com +++ b/vms/build.com @@ -14,10 +14,10 @@ $!# access to either file, you may request a copy from help@hdfgroup.org. $!# $! $! -$! This file builds C, Frtran, C++ HDF5 librraies and runs the tests +$! This file builds C, Fortran, C++ HDF5 libraries 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]" |