summaryrefslogtreecommitdiffstats
path: root/vms/make.com
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r18553] I updated 2 things: 1. I added H5make_libsettings.c into the ↵Raymond Lu2010-04-141-0/+2
| | | | | | | | | makefile in the src/. It works similar to H5detect.c. 2. I added H5srcdir_str.h under test/ and c++/test/. Not tested yet.
* [svn-r16904] There're 3 changes in this checkin:Raymond Lu2009-05-011-3/+3
| | | | | | | | | | | 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.
* [svn-r16385] Added support for large files - added cc/define=_LARGEFILE in ↵Raymond Lu2009-01-301-3/+3
| | | | | | | | make.com and changed H5_SIZEOF_OFF_T to be 8 in h5pubconf.h. Tested on OpenVMS.
* [svn-r16215] Maintenance:Elena Pourmal2008-12-221-2/+2
| | | | | | | | | | | 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)
* [svn-r16200] Add makefile for tools/misc directory, compiling h5debug.c and ↵Raymond Lu2008-12-151-0/+6
| | | | h5mkgrp.c.
* [svn-r16191] Maintenance on VMS: Elena Pourmal2008-12-121-0/+1
| | | | | | | make.com for the h5stat tools was not copied to the h5stat directory. It caused build script to fail. Fixed. Platforms tested: VMS server
* [svn-r16113] Updated the makefiles (make.com) and check.com and ↵Raymond Lu2008-11-211-8/+13
| | | | | | | src/h5pubconf.h (generated on kagiso). Not tested yet.
* [svn-r14390] Maintenance for VMS system before the final release:Elena Pourmal2008-01-091-0/+1
| | | | | | | | | Updated utilities test scripts to make output more legible; fixed some typos. Added four new expected output files to avoid false negative reports for the h5dump tests (for ones that expect to have error report in them). Updated MANIFEST to reflect the changes. Platforms tested: VMS server (more testing is on the way)
* [svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' ↵Elena Pourmal2007-12-131-2/+2
| | | | | | | | | | extensions. Used copy command instead of rename to get the correct names of the C++ source files to avoid errors when build runs second time in the same directory. Platforms tested: VMS server
* [svn-r14336] Maintenance/VMS port: added new command file to install C, ↵Elena Pourmal2007-12-111-16/+0
| | | | | | | | Fortran and C++ libraries and corresponding examples; modified some command files to check installation. Platforms tested: VMS server
* [svn-r13867] Brought VMS port up to date; made h5repack script to work again.Elena Pourmal2007-06-141-2/+2
| | | | | Platforms tested: VMS server; no other tests are needed since changes are local to the VMS command and source files.
* [svn-r13269] Updated or added with THG copyright.Albert Cheng2007-02-081-2/+3
|
* [svn-r12523] Description:Elena Pourmal2006-08-011-0/+6
| | | | | | | Added command files to compile and test h5copy tool. Platfroms tested: VMS server
* [svn-r12378] Purpose: MaintenanceElena Pourmal2006-05-251-1/+2
| | | | | | | | | | | Description: Added location of the zlib library compiled with /float=ieee_float flag Solution: Platforms tested: VMS server Misc. update:
* [svn-r12377] Purpose: MaintenanceElena Pourmal2006-05-251-2/+2
| | | | | | | | | | Description: Brought up VMS make files up to date Solution: Platforms tested: VMS server with native floating number and ZLIB enabled Misc. update:
* [svn-r12346] Purpose: new feature/maintenanceElena Pourmal2006-05-121-3/+8
| | | | | | | | | | | | Description: Added support for Zlib compression on VMS Solution: Modified command files to add compilation and linking with the ZLIB library. Platforms tested: VMS servere with the VAX floating datatype; will test IEEE option later Misc. update:
* [svn-r12241] Purpose: MaintenanceElena Pourmal2006-04-141-16/+119
| | | | | | | | | | | | | | | Description: This command file defines all necessary compilation flags and builds all libraries, tests and examples. If you build in a particular directory, make sure you use the correct compilation flags since they are not defined in each individual command file (actually the line is still there but commented out). Solution: Platforms tested: VMS server Misc. update:
* [svn-r12228] Purpose: MaintenanceElena Pourmal2006-04-121-1/+1
| | | | | | | | | | Description: Warning message about broken line was displayed while running make.com Solution: Replaced blank line with $ exit line. Platforms tested: VMS server; this change is local to VMS only Misc. update:
* [svn-r12056] Purpose: VMS portElena Pourmal2006-03-091-0/+32
Description: command file to copy other command files to the appropriate directories. Solution: Platforms tested: VMS server Misc. update: