[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)
This commit is contained in:
@@ -16,8 +16,11 @@ $! Makefile for VMS systems.
|
||||
$!
|
||||
$! Make miscellaneous tools
|
||||
$!
|
||||
$ 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
|
||||
Creating h5debug
|
||||
@@ -46,6 +49,6 @@ $ type sys$input
|
||||
Created h5mkgrp
|
||||
$!
|
||||
$ type sys$input
|
||||
Done with tests compilation
|
||||
Done with misc tools compilation
|
||||
$!
|
||||
$ exit
|
||||
|
||||
Reference in New Issue
Block a user