diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-03-05 23:23:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-03-05 23:23:56 (GMT) |
commit | 775e3740d64ca9a8a31ded673e93815d76387dad (patch) | |
tree | 22423ea749f370e97a0923d5aa567cea45cd3728 /release_docs/README_HDF5_CMake | |
parent | 5182e73d5e0ef7130622fb6f74449c947d7d8036 (diff) | |
download | hdf5-775e3740d64ca9a8a31ded673e93815d76387dad.zip hdf5-775e3740d64ca9a8a31ded673e93815d76387dad.tar.gz hdf5-775e3740d64ca9a8a31ded673e93815d76387dad.tar.bz2 |
Update documents following DHF5 1.10.5 release.
Diffstat (limited to 'release_docs/README_HDF5_CMake')
-rw-r--r-- | release_docs/README_HDF5_CMake | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake new file mode 100644 index 0000000..a2e7dce --- /dev/null +++ b/release_docs/README_HDF5_CMake @@ -0,0 +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). + CTestScript.cmake + HDF5config.cmake CMake scripts for building HDF5 + HDF5options.cmake + hdf5-1.11.4 HDF5 1.11.4 source + SZip.tar.gz source for building SZIP + ZLib.tar.gz source for building ZLIB + +For more information about building HDF5 with CMake, see USING_HDF5_CMake.txt in +hdf5-1.11.4/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.11.4/release_docs. + + + + + |