From d12e5bdf81c0c8469ce53bc08ecbd12c93320646 Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Tue, 29 Oct 2024 17:53:00 -0500 Subject: [PATCH] Delete downloads/hdf5/hdf5_1_10_11.md --- downloads/hdf5/hdf5_1_10_11.md | 46 ---------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 downloads/hdf5/hdf5_1_10_11.md diff --git a/downloads/hdf5/hdf5_1_10_11.md b/downloads/hdf5/hdf5_1_10_11.md deleted file mode 100644 index 39b9bc1..0000000 --- a/downloads/hdf5/hdf5_1_10_11.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: HDF5 Library and Tools 1.10.11 ---- - -HDF5 Logo - -# HDF5 Library and Tools 1.10.11 - -## Release Information - - -| Version | HDF5 1.10.11 | -| Release Date | 9/25/23 | -| Additional Release Information | [Documentation](https://docs.hdfgroup.org/hdf5/v1_10/index.html) | -|| [Release Announcement](https://www.hdfgroup.org/2023/09/release-of-hdf5-1-10-11-library-and-tools-newsletter-198/) | -|| [Software Changes From Release to Release for HDF5-1.10](../../documentation/hdf5-docs/release_specifics/sw_changes_1.10.html) | -|| [Release Notes](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_10_11/release_docs/RELEASE.txt) | -|| Tested Platforms and Configuration Features | -|| [Compatibility Report for 1.10.10 vs 1.10.11](https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.10.10-vs-hdf5-1.10.11-interface_compatibility_report.html) | -| **Critical Information** | **This is the last release for HDF5 1.10. Users should move to HDF5 1.14.**
Is there a migration document? | - -## Files - -| File | Type | Install Instructions | -| ---- | ---- | ---- | -| [hdf5-1.10.11.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.gz.sha256)) | Source Release | Unix Gzipped source tar file.
See Methods to obtain (below).
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.10.11.tar.bz2](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.bz2.sha256)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.bz2.sha256)) | Source Release | Unix Gzipped source tar file.
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.10.11.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.zip.sha256)) | Source Release | Windows zip file
release_docs/ directory in source | -| [CMake-hdf5-1.10.11.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.tar.gz.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1.10.11/release_docs/INSTALL_CMake.txt) | -| [CMake-hdf5-1.10.11.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.zip.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1.10.11/release_docs/INSTALL_CMake.txt) | | -| [Ready to use Binaries](https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.10.11/bin/) | Pre-built binary distributions for Unix and Windows || - -**Methods to obtain (gz file)** -* firefox – Download file and then run: `gzip .tar.gz | tar xzf -` -* chrome – Download file and then run: `gzip -cd .tar.gz | tar xvf -` -* `wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/.tar.gz` - * `gzip -cd .tar.gz | tar xvf -` - -## Doxygen Generated Reference Manual - -The new HDF5 C-API documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available at - [https://docs.hdfgroup.org/hdf5/v1_10/index.html](https://docs.hdfgroup.org/hdf5/v1_10/index.html) - -This documentation is WORK-IN-PROGRESS. - -Since this portion of the HDF5 documentation is now part of the source code, it gets the same treatment as code. In other words, issues, inaccuracies, corrections should be reported as issues in [GitHub](https://github.com/HDFGroup/hdf5/issues), and pull requests will be reviewed and accepted as any other code changes.