[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.
This commit is contained in:
Raymond Lu
2009-05-01 11:20:41 -05:00
parent 9c36eb7c88
commit 0662a78de6
3 changed files with 16 additions and 13 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"
$!
$!