summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-06-01 19:25:01 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-06-01 19:25:01 (GMT)
commit39ebe8cf684f91f4daa77167c52319c25667fe0d (patch)
treecfafe5c5fb885ce79f89e9f64bb6e88a6eb65fea /release_docs
parentb1f5c03c79dffa6510a3322e4c63ee77ad3be5d4 (diff)
downloadhdf5-39ebe8cf684f91f4daa77167c52319c25667fe0d.zip
hdf5-39ebe8cf684f91f4daa77167c52319c25667fe0d.tar.gz
hdf5-39ebe8cf684f91f4daa77167c52319c25667fe0d.tar.bz2
[svn-r12390] Purpose: Maintenance
Description: Updated VMS installation instructions to reflect support for the deflate filter; documented scale+offset test failures when G_FLOAT is used (not IEEE double) Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_VMS.txt26
1 files changed, 17 insertions, 9 deletions
diff --git a/release_docs/INSTALL_VMS.txt b/release_docs/INSTALL_VMS.txt
index bd9d4bc..d1ff388 100644
--- a/release_docs/INSTALL_VMS.txt
+++ b/release_docs/INSTALL_VMS.txt
@@ -1,14 +1,13 @@
Building and installation instructions for Alpha Open VMS
This file is under construction
- VMS port is not finished yet.
- EIP May 5, 2006
+ EIP June 1, 2006
CONTENTS
--------
-
+
1. Obtaining HDF5
2. Building C, Fortran and C++ libraries
3. Testing HDF5 libraries and tools
@@ -20,11 +19,18 @@
Please see INSTALL file in this directory for downloading instructions.
2. Building C, Fortran and C++ libraries
- Use tar command to untar HDF5 source ball
+
+ IMPORTANT: This version REQUIRES GNU ZLIB librarary to be installed
+ on a system. You may download the source code from
+ http://www.zlib.net/
+
+ - Use tar command to untar HDF5 source ball
tar -xvf hdf5-1.8.0-<pre>.tar
- Change default directory to [.hdf5-1.8.0-<pre>.vms]
- and run
+
+ - Change default directory to [.hdf5-1.8.0-<pre>.vms]
+ - Modify make.com file to point to the installed ZLIB library.
+ - Run
@make
command. This command file will build
C library, tests, and utilities
@@ -70,9 +76,11 @@
5. Known problems
- - There is no support for files bigger than 2GB
- - There is no support for filters including deflated compression filter and
- szip compression filters.
+ - dsets test fails for test_scleoffset_double and
+ test_scleoffset_double_2 tests when G_FLOAT double is used
+ 06/01/2006 EIP
+ - There is no support for files bigger than 2GB
+ - There is no support for szip compression filter.
- There are few C and Fortran tests that fail (C mtime, Fortran file_close and
multifile driver tests, probably more; all major tests succeed).
- Mulitifile driver has not been tested yet.