summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
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"
$!
$!