summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-05-01 16:20:41 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-05-01 16:20:41 (GMT)
commit0662a78de642b70d4fa08e15574781facb4d5a22 (patch)
treed7c1209c8b387caeddb1e38e211d7767dfdf38f9 /vms
parent9c36eb7c88caa11492e136efb61835a78246edc3 (diff)
downloadhdf5-0662a78de642b70d4fa08e15574781facb4d5a22.zip
hdf5-0662a78de642b70d4fa08e15574781facb4d5a22.tar.gz
hdf5-0662a78de642b70d4fa08e15574781facb4d5a22.tar.bz2
[svn-r16904] There're 3 changes in this checkin:
1. I added 'install' command in end of build.com. 2. I commented out the test for h5copy and h5import in build.com. There're some failures in the test. I recall h5import has been having problem for some time. h5copy test is new. I need to verify with Elena. 3. I commented out the copy command for *.com in the examples directory because they don't exist. Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/build.com15
-rw-r--r--vms/install.com8
-rw-r--r--vms/make.com6
3 files changed, 16 insertions, 13 deletions
diff --git a/vms/build.com b/vms/build.com
index 98efff8..f31c1b4 100644
--- a/vms/build.com
+++ b/vms/build.com
@@ -51,12 +51,15 @@ $ set def 'hdf5toolstest_h5repack'
$ copy [-]check_h5repack.com check_h5repack.com
$@check_h5repack.com
$!
-$ set def 'hdf5toolstest_h5copy'
-$ copy [-]check_h5copy.com check_h5copy.com
-$@check_h5copy.com
+$! set def 'hdf5toolstest_h5copy'
+$! copy [-]check_h5copy.com check_h5copy.com
+$!@check_h5copy.com
$!
-$ set def 'hdf5toolstest_h5import'
-$ copy [-]check_h5import.com check_h5import.com
-$@check_h5import.com
+$! set def 'hdf5toolstest_h5import'
+$! copy [-]check_h5import.com check_h5import.com
+$!@check_h5import.com
+$!
+$ set def 'hdf5vms'
+$@install
$
$ exit
diff --git a/vms/install.com b/vms/install.com
index 4ac9174..416f8d8 100644
--- a/vms/install.com
+++ b/vms/install.com
@@ -159,8 +159,8 @@ $ rename 'hdf5install_examples_cxx'*.cpp 'hdf5install_examples_cxx'*.cxx
$
$
$!
-$ set def 'hdf5top'
-$ copy [.examples]*.com 'hdf5install_examples_c'
-$ copy [.fortran.examples]*.com 'hdf5install_examples_f90'
-$ copy [.c__.examples]*.com 'hdf5install_examples_cxx'
+$! set def 'hdf5top'
+$! copy [.examples]*.com 'hdf5install_examples_c'
+$! copy [.fortran.examples]*.com 'hdf5install_examples_f90'
+$! copy [.c__.examples]*.com 'hdf5install_examples_cxx'
$ exit
diff --git a/vms/make.com b/vms/make.com
index 5af9469..e9b9a94 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -44,9 +44,9 @@ $!
$! Set up compilation flags here
$! Do not remove define=H5_VMS and standard=strict_ansi qualifiers.
$!
-$ ccopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/include=zlib_dir"
-$ fcopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/include=zlib_dir"
-$ cxxopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/"+-
+$ ccopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/include=zlib_dir"
+$ fcopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/include=zlib_dir"
+$ cxxopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/"+-
"standard=strict_ansi/include=zlib_dir"
$!
$!