summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2014-11-05 12:58:27 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2014-11-05 12:58:27 (GMT)
commitb53ba13958ad7c0906cb3eb6b27ca6e563184922 (patch)
tree5a7434d5ae354854145c53abfd24877b0cfb6a2c
parent76c0250b6a8e794f95bebef9f8004e15a389bb9c (diff)
downloadhdf5-b53ba13958ad7c0906cb3eb6b27ca6e563184922.zip
hdf5-b53ba13958ad7c0906cb3eb6b27ca6e563184922.tar.gz
hdf5-b53ba13958ad7c0906cb3eb6b27ca6e563184922.tar.bz2
[svn-r25789] Maintenance: removed VMS notes from the file.
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bc145eb..e430c83 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -212,9 +212,6 @@ They are built with the configure process unless specified otherwise.
64-bit gfortran GNU Fortran (GCC) 4.8.2
(wren) Intel icc/icpc/ifort version 14.0.2
- OpenVMS IA64 V8.4 HP C V7.3-018
- (Boeing) HP Fortran V8.2-104939-50H96
- HP C++ V7.4-004
Tested Configuration Features Summary
=====================================
@@ -251,7 +248,6 @@ CentOS 6.4 Linux 2.6.32 x86_64 GNU y y/y y y y y
CentOS 6.4 Linux 2.6.32 x86_64 Intel n y/y n y y y
CentOS 6.4 Linux 2.6.32 x86_64 PGI n y/y n y y y
Linux 2.6.32-431.11.2.el6.ppc64 n y/n n y y y
-OpenVMS IA64 V8.4 n y/n n y y n
Platform Shared Shared Shared Thread-
C libs F90 libs C++ libs safe
@@ -275,7 +271,6 @@ CentOS 6.4 Linux 2.6.32 x86_64 GNU y y y n
CentOS 6.4 Linux 2.6.32 x86_64 Intel y y y n
CentOS 6.4 Linux 2.6.32 x86_64 PGI y y y n
Linux 2.6.32-431.11.2.el6.ppc64 y y y n
-OpenVMS IA64 V8.4 n n n n
Compiler versions for each platform are listed in the preceding
"Supported Platforms" table.
@@ -346,16 +341,6 @@ Known Problems
* Make provided by Solaris fails in "make check". Solaris users should use
gmake to build and install the HDF5 software. (AKC - 2013/10/08 - HDFFV-8534)
-* On OpenVMS, two soft conversion functions (H5T__conv_i_f and H5T__conv_f_i)
- have bugs. They convert data between floating-point numbers and integers.
- But the library's default is hard conversion. The user should avoid
- explicitly enabling soft conversion between floating-point numbers and
- integers. (Issue VMS-8; SLU - 2013/09/19)
-
-* On OpenVMS, ZLIB 1.2.8 library doesn't work properly. ZLIB 1.2.5 works
- fine. So please use ZLIB 1.2.5 to build HDF5 library. (Issue VMS-5;
- SLU 2013/09/19)
-
* When building using the Cray compilers on Cray machines, HDF5
configure mistakenly thinks the compiler is an intel compiler and
sets the -std=c99 flag which breaks configure on Cray. To build HDF5