diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-08-22 22:35:40 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-08-22 22:35:40 (GMT) |
commit | fd886ffd07164e23b13265098915f25870a8116e (patch) | |
tree | d86cd1ce7d295705a737104cd3e0b52fad99dcee | |
parent | e3a07365d773101169d291110c942628276659d2 (diff) | |
parent | 08d77e43da3cf288e01fc0df3de251db743bae27 (diff) | |
download | hdf5-fd886ffd07164e23b13265098915f25870a8116e.zip hdf5-fd886ffd07164e23b13265098915f25870a8116e.tar.gz hdf5-fd886ffd07164e23b13265098915f25870a8116e.tar.bz2 |
Merge branch 'hdf5_1_10_3' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_10_3
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 3 | ||||
-rw-r--r-- | java/src/hdf/overview.html | 15 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
4 files changed, 13 insertions, 9 deletions
@@ -1,4 +1,4 @@ -HDF5 version 1.10.3 released on 2018-08-17 +HDF5 version 1.10.3 released on 2018-08-21 ------------------------------------------------------------------------------ Please refer to the release_docs/INSTALL file for installation instructions. diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index 82ab04a..c5f08ed 100755 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -63,6 +63,9 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING #set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF") #set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_ENCODING:BOOL=OFF") +#### package examples #### +#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACK_EXAMPLES:BOOL=ON -DHDF5_EXAMPLES_COMPRESSED:STRING=HDF5Examples-1.10.9-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}") + ############################################################################################# ### disable test program builds diff --git a/java/src/hdf/overview.html b/java/src/hdf/overview.html index 9c19442..52dabf7 100644 --- a/java/src/hdf/overview.html +++ b/java/src/hdf/overview.html @@ -6,18 +6,19 @@ The <b>Java HD5 Interface (JHI5)</b> is a Java package (<a href="../../hdf-java-html/javadocs/hdf/hdf5lib/package-summary.html">hdf.hdf5lib</a>) that ``wraps around'' the HDF5 library. -<p />There are a large number of functions in the HDF5 +<p>There are a large number of functions in the HDF5 library (version 1.10). Some of the functions are not supported in JHI5. Most of the unsupported functions have C function pointers, which is not currently -implemented in JHI5. +implemented in JHI5.</p> -<center><table BORDER=1 COLS=1 WIDTH="71%" BGCOLOR="#dbeaf5" > +<table style="width:71%;text-align:center;background-color:#dbeaf5" border="1"> +<caption>Java HD5 Interface (JHI5)</caption> <tr> -<td> -<center>Note: The JHI5 does not support HDF4 or earlier.</center> +<td style="text-align:center;"> +Note: The JHI5 does not support HDF4 or earlier. </td> </tr> -</table></center> +</table> <p>The JHI5 may be used by any Java application that needs to access HDF5 files. It is extremely important to emphasize that <i>this package is not @@ -91,6 +92,6 @@ and the HDF5 library. <h3> <a NAME="DOWNLOAD"></a>To Obtain</h3> -The JHI5 is included with the <a href="http://www.hdfgroup.org/HDF5/index.html">HDF5</a> library. +The JHI5 is included with the <a href="https://portal.hdfgroup.org/display/support/Downloads">HDF5</a> library. </body> diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3a7623c..8f3c434 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.10.3 released on 2018-08-17 +HDF5 version 1.10.3 released on 2018-08-21 ================================================================================ |