diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-06-09 21:29:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 21:29:04 (GMT) |
commit | 0311d4c00a14ad2268c3b2aaa4a248c423afdbc8 (patch) | |
tree | 5fd961a0cf50912145cb0e2420566913170726d4 /release_docs | |
parent | b2794b474acaf9050b03239502056bdd34975db8 (diff) | |
download | hdf5-0311d4c00a14ad2268c3b2aaa4a248c423afdbc8.zip hdf5-0311d4c00a14ad2268c3b2aaa4a248c423afdbc8.tar.gz hdf5-0311d4c00a14ad2268c3b2aaa4a248c423afdbc8.tar.bz2 |
Hdf5 1 10 sync (#1795)
* Branch sync updates and spelling
* Revert format of getenv
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Cygwin.txt | 2 | ||||
-rw-r--r-- | release_docs/README_HDF5_CMake | 20 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 34 |
3 files changed, 33 insertions, 23 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt index 2f6e783..bfa025c 100644 --- a/release_docs/INSTALL_Cygwin.txt +++ b/release_docs/INSTALL_Cygwin.txt @@ -2,7 +2,7 @@ HDF5 Build and Install Instructions for Cygwin ************************************************************************ -This document is a instruction on how to build, test and install HDF5 library on +This document is an instruction on how to build, test and install HDF5 library on Cygwin. See detailed information in hdf5/INSTALL. NOTE: hdf5 can be built with CMake, see the INSTALL_CMake.txt file for more guidance. diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake index d25f3f4..5bffc1f 100644 --- a/release_docs/README_HDF5_CMake +++ b/release_docs/README_HDF5_CMake @@ -1,23 +1,23 @@ This tar file contains - build-unix.sh script to build HDF5 with CMake on unix machines - build-unix-hpc.sh script to build HDF5 with CMake on unix machines and run - tests with batch scripts (sbatch). + build-unix.sh script to build HDF5 with CMake on unix machines + build-unix-hpc.sh script to build HDF5 with CMake on unix machines and run + tests with batch scripts (sbatch). CTestScript.cmake - HDF5config.cmake CMake scripts for building HDF5 + HDF5config.cmake CMake scripts for building HDF5 HDF5options.cmake - hdf5-1.10.8 HDF5 1.10.8 source - LIBAEC.tar.gz source for building SZIP replacement - ZLib.tar.gz source for building ZLIB - hdf5_plugins.tar.gz source for building compression plugins + hdf5-1.10.10 HDF5 1.10.10 source + LIBAEC.tar.gz source for building SZIP replacement + ZLib.tar.gz source for building ZLIB + hdf5_plugins.tar.gz source for building compression plugins HDF5Examples-1.10.18-Source.tar.gz source for building examples For more information about building HDF5 with CMake, see USING_HDF5_CMake.txt in -hdf5-1.10.8/release_docs, or +hdf5-1.10.10/release_docs, or https://portal.hdfgroup.org/display/support/Building+HDF5+with+CMake. For more information about building HDF5 with CMake on HPC machines, including -cross compiling on Cray XC40, see README_HPC in hdf5-1.10.8/release_docs. +cross compiling on Cray XC40, see README_HPC in hdf5-1.10.10/release_docs. diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 175e86f..85ccf45 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -49,17 +49,22 @@ New Features Configuration: ------------- - - + - Library: -------- - - + - + + + Parallel Library: + ----------------- + - Fortran Library: ---------------- - - + - C++ Library: @@ -69,17 +74,17 @@ New Features Java Library: ------------- - - + - Tools: ------ - - + - High-Level APIs: ---------------- - - + - C Packet Table API: @@ -106,22 +111,27 @@ Bug Fixes since HDF5-1.10.9 release =================================== Library ------- - - + - Java Library ------------ - - + - Configuration ------------- - - + - Tools ----- - - + - + + + Performance + ------------- + - Fortran API @@ -131,7 +141,7 @@ Bug Fixes since HDF5-1.10.9 release High-Level Library ------------------ - - + - Fortran High-Level APIs @@ -141,7 +151,7 @@ Bug Fixes since HDF5-1.10.9 release Documentation ------------- - - + - F90 APIs |