summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-04-20 20:34:19 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-04-20 20:34:19 (GMT)
commitff19929ed5b31357bf6e6a9b9fbc6e410a414452 (patch)
tree0bd9d39a37a4897e2330b38c8559f9860abb4b80
parentc52153e0f587b81e8340553dc78912bd4f4bd7ad (diff)
downloadhdf5-ff19929ed5b31357bf6e6a9b9fbc6e410a414452.zip
hdf5-ff19929ed5b31357bf6e6a9b9fbc6e410a414452.tar.gz
hdf5-ff19929ed5b31357bf6e6a9b9fbc6e410a414452.tar.bz2
[svn-r26849] Maintenance: Updated INSTALL file and released pre3 to the FTPserver for FORUM testing.
-rw-r--r--README.txt2
-rw-r--r--release_docs/INSTALL49
-rw-r--r--release_docs/RELEASE.txt2
3 files changed, 2 insertions, 51 deletions
diff --git a/README.txt b/README.txt
index 84d364c..575c30b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.15-pre3 currently under development
+HDF5 version 1.8.15-pre3 released on 2015-04-20
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 0fb2787..1e339c3 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -48,9 +48,6 @@ CONTENTS
6. Support
- A. Building and testing with other compilers
- A.1. Building and testing with Intel compilers
- A.2. Building and testing with PGI compilers
*****************************************************************************
@@ -584,49 +581,3 @@ CONTENTS
Support is described in the README file.
-*****************************************************************************
- APPENDICES
-*****************************************************************************
-
-A. Building and testing with other compilers
-A.1. Building and testing with Intel compilers
- When Intel compilers are used (icc or ecc), you will need to modify
- the generated "libtool" program after configuration is finished.
- On or around line 104 of the libtool file, there are lines which
- look like:
-
- # How to pass a linker flag through the compiler.
- wl=""
-
- Change these lines to this:
-
- # How to pass a linker flag through the compiler.
- wl="-Wl,"
-
- UPDATE: This is now done automatically by the configure script.
- However, if you still experience a problem, you may want to check this
- line in the libtool file and make sure that it has the correct value.
-
-A.2. Building and testing with PGI compilers
- When PGI C and C++ compilers are used (pgcc or pgCC), you will need to
- modify the generated "libtool" program after configuration is finished.
- On or around line 104 of the libtool file, there are lines which
- look like this:
-
- # How to pass a linker flag through the compiler.
- wl=""
-
- Change these lines to this:
-
- # How to pass a linker flag through the compiler.
- wl="-Wl,"
-
- UPDATE: This is now done automatically by the configure script. However,
- if you still experience a problem, you may want to check this line in
- the libtool file and make sure that it has the correct value.
-
- To build the HDF5 C++ Library with pgCC (version 4.0 and later), set
- the environment variable CXX to "pgCC -tlocal"
- setenv CXX "pgCC -tlocal"
- before running the configure script.
-
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e5581c8..b5aef70 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.15-pre3 currently under development
+HDF5 version 1.8.15-pre3 released on 2015-04-20
================================================================================
INTRODUCTION