summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-14 04:39:39 (GMT)
committerGitHub <noreply@github.com>2023-10-14 04:39:39 (GMT)
commitce188f88f910ff09aec89f856f836c260916d212 (patch)
tree478ccfe85fd7dbb80d7cdaeb39342176cc5dc0a8
parent34cd27a6781b7b0fcb9d711e280ae05d06390617 (diff)
downloadhdf5-ce188f88f910ff09aec89f856f836c260916d212.zip
hdf5-ce188f88f910ff09aec89f856f836c260916d212.tar.gz
hdf5-ce188f88f910ff09aec89f856f836c260916d212.tar.bz2
sync a couple of misses from merge (#3673)
-rw-r--r--doxygen/examples/tables/propertyLists.dox4
-rw-r--r--release_docs/INSTALL_CMake.txt8
2 files changed, 0 insertions, 12 deletions
diff --git a/doxygen/examples/tables/propertyLists.dox b/doxygen/examples/tables/propertyLists.dox
index df6a1b0..2f74c03 100644
--- a/doxygen/examples/tables/propertyLists.dox
+++ b/doxygen/examples/tables/propertyLists.dox
@@ -359,10 +359,6 @@ facilities for logging metrics and activity to a file.</td>
<td>Modifies/queries the file driver properties of the mirror driver.</td>
</tr>
<tr>
-<td>#H5Pset_fapl_mirror/#H5Pget_fapl_mirror</td>
-<td>Modifies/queries the file driver properties of the mirror driver.</td>
-</tr>
-<tr>
<td>#H5Pset_fapl_mpio/#H5Pget_fapl_mpio</td>
<td>Sets driver for files on parallel file systems (MPI I/O) or retrieves information
regarding the driver.</td>
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 620ff34..198a9dc 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -903,14 +903,6 @@ if (WINDOWS)
else ()
H5_DEFAULT_PLUGINDIR "/usr/local/hdf5/lib/plugin"
endif ()
-if (BUILD_SZIP_WITH_FETCHCONTENT)
- LIBAEC_TGZ_ORIGPATH "Use LIBAEC from original location" "https://github.com/MathisRosenhauer/libaec/releases/download/v1.0.6/libaec-1.0.6.tar.gz"
- LIBAEC_TGZ_ORIGNAME "Use LIBAEC from original compressed file" "libaec-v1.0.6.tar.gz"
- LIBAEC_USE_LOCALCONTENT "Use local file for LIBAEC FetchContent" ON
-if (BUILD_ZLIB_WITH_FETCHCONTENT)
- ZLIB_TGZ_ORIGPATH "Use ZLIB from original location" "https://github.com/madler/zlib/releases/download/v1.2.13"
- ZLIB_TGZ_ORIGNAME "Use ZLIB from original compressed file" "zlib-1.2.13.tar.gz"
- ZLIB_USE_LOCALCONTENT "Use local file for ZLIB FetchContent" ON
NOTE:
The BUILD_STATIC_EXECS ("Build Static Executables") option is only valid