From 995d1740476629a80d75033836dac76b91086f26 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 20 Aug 2018 18:25:11 -0500 Subject: HDFFV-10547 add option to package examples --- config/cmake/scripts/HDF5options.cmake | 3 +++ java/src/hdf/overview.html | 15 ++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) 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 Java HD5 Interface (JHI5) is a Java package (hdf.hdf5lib) that ``wraps around'' the HDF5 library. -

There are a large number of functions in the HDF5 +

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.

-
+
+ - -
Java HD5 Interface (JHI5)
-
Note: The JHI5 does not support HDF4 or earlier.
+
+Note: The JHI5 does not support HDF4 or earlier.
+

The JHI5 may be used by any Java application that needs to access HDF5 files. It is extremely important to emphasize that this package is not @@ -91,6 +92,6 @@ and the HDF5 library.

To Obtain

-The JHI5 is included with the HDF5 library. +The JHI5 is included with the HDF5 library. -- cgit v0.12