hdf5/config/cmake
2024-10-03 11:15:52 -05:00
..
examples Add workflow that reports to CDash (#4864) 2024-09-26 12:06:05 -05:00
LIBAEC Add h5* compiler wrapper testing for CMake #4605 (#4613) 2024-07-15 10:16:16 -05:00
scripts Update CI and CMake to new branch (#4913) 2024-10-02 15:25:11 -05:00
UserMacros
ZLIB Add h5* compiler wrapper testing for CMake #4605 (#4613) 2024-07-15 10:16:16 -05:00
ZLIBNG Add h5* compiler wrapper testing for CMake #4605 (#4613) 2024-07-15 10:16:16 -05:00
cacheinit.cmake Correct remaining 1.16 update versions (#4917) 2024-10-03 11:15:52 -05:00
CMakeFindJavaCommon.cmake
ConfigureChecks.cmake Add Windows SHLWAPI lib to public interface (#4701) 2024-08-08 16:35:01 -05:00
ConversionTests.c
CPack.Info.plist.in Cleanup errors detected during merge compare (#4827) 2024-09-13 10:14:48 -05:00
CTestCustom.cmake Rework Dynamic Analysis and sanitize testing (#4681) 2024-08-05 09:53:53 -05:00
distribution.entitlements Update windows and apple signing process (#4806) 2024-09-05 09:15:12 -05:00
fileCompareTest.cmake
FindCIRCLE.cmake
FindDTCMP.cmake
FindHDFS.cmake Cleanup errors detected during merge compare (#4827) 2024-09-13 10:14:48 -05:00
FindMFU.cmake
GetTimeOfDayTest.cpp
grepTest.cmake Print error stream when cmake greptest fails to match error ref. (#4841) 2024-09-17 10:21:54 -07:00
H5pubconf.h.in Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in Add THREADS check to configuration file (#4746) 2024-09-07 20:45:12 -05:00
HDF5DeveloperBuild.cmake Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
HDF5ExampleCache.cmake Add THREADS check to configuration file (#4746) 2024-09-07 20:45:12 -05:00
HDF5Macros.cmake
HDF5PluginCache.cmake
HDF5PluginMacros.cmake Fixed FetchContent usage for new CMake reqs. (#4650) 2024-07-16 09:09:31 -07:00
HDF5UseFortran.cmake Clean up Fortran __float128 configure-time checks (#4649) 2024-07-15 07:38:13 -05:00
hdf.bmp
hdf.icns
hdf.ico
HDFCompilerFlags.cmake Update NVHPC optimization settings (#4815) 2024-09-07 13:49:18 -07:00
HDFCXXCompilerFlags.cmake
HDFFortranCompilerFlags.cmake
HDFLibMacros.cmake Fixed FetchContent usage for new CMake reqs. (#4650) 2024-07-16 09:09:31 -07:00
HDFMacros.cmake Replace Visual Studio ???? with 2022 in MSI README file (#4709) 2024-08-13 07:42:51 -05:00
HDFTests.c Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
HDFUseFortran.cmake
javaTargets.cmake.in
jrunTest.cmake
libh5cc.in Add h5* compiler wrapper testing for CMake #4605 (#4613) 2024-07-15 10:16:16 -05:00
mccacheinit.cmake
NSIS.InstallOptions.ini.in
NSIS.template.in
patch.xml.in
PkgInfo.in
README.md.cmake.in Correct URLs in documentation (#4823) 2024-09-12 22:46:58 -05:00
runTest.cmake
SignPackageFiles.cmake Enable win Intel signing (#4812) 2024-09-06 15:58:20 -05:00
UseJava.cmake
UseJavaClassFilelist.cmake
UseJavaSymlinks.cmake
userblockTest.cmake
version.plist.in
vfdTest.cmake
volTest.cmake

@HDF5_PACKAGE_NAME@ version @HDF5_PACKAGE_VERSION_STRING@
------------------------------------------------------------------------------

This directory contains the binary (release) distribution of
@HDF5_PACKAGE_NAME@ @HDF5_PACKAGE_VERSION_MAJOR@.@HDF5_PACKAGE_VERSION_MINOR@ that was compiled on;
    @BINARY_PLATFORM@.

It was built with the following options:
    -- @LIB_TYPE@ C/C++/Fortran libraries
    -- SZIP (encoder enabled) and ZLIB
    -- HDF5 tools
    -- Java @Java_VERSION@

The contents of this directory are:

    COPYING                 - Copyright notice
    README.md               - This file
    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@    - HDF5 Install Package
    OR
    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_COMPRESS_ENDING@    - HDF5 Compressed Package

This binary was built with the ZLIB and SZIP/Libaec external libraries and are
included for convenience.  Libaec is an unrestricted open-source replacement for SZIP
(Encoder ENABLED).


Installation
===========================================================================
1. Execute @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@
2. Follow prompts
===========================================================================

Uncompress
===========================================================================
1. Extract @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_COMPRESS_ENDING@
===========================================================================

After Installation
===========================================================================
The examples folder, HDF5Examples, located in the
HDF5 install folder, can be built and tested with CMake and the supplied
HDF5_Examples.cmake file. The HDF5_Examples.cmake expects HDF5 to have
been installed in the default location with above compilers (see the
libhdf5.settings file in the lib install folder). Also, the CMake
utility should be installed.

To test the installation with the examples;
    Create a directory to run the examples.
    Copy HDF5Examples folder to this directory.
    Copy CTestScript.cmake to this directory.
    Copy HDF5_Examples.cmake to this directory.
    Copy HDF5_Examples_options.cmake to this directory.
    The default source folder is defined as "HDF5Examples". It can be changed
        with the CTEST_SOURCE_NAME script option.
    The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@".
        It can be changed with the INSTALLDIR script option.
    The default ctest configuration is defined as "Release". It can be changed
        with the CTEST_CONFIGURATION_TYPE script option. Note that this must
        be the same as the value used with the -C command line option.
    The default build configuration is defined to build and use static libraries.
        Shared libraries can be used with the STATICONLYLIBRARIES script option set to "NO".
    Other options can be changed by editing the HDF5_Examples_options.cmake file.

    If the defaults are okay, execute from this directory:
        ctest -S HDF5_Examples.cmake -C Release -V -O test.log
    If the defaults need change, execute from this directory:
        ctest -S HDF5_Examples.cmake,CTEST_SOURCE_NAME=MyExamples,INSTALLDIR=MyLocation -C Release -V -O test.log

When executed, the ctest script will save the results to the log file, test.log, as
indicated by the ctest command. If you wish to see more build and test information,
add "-VV" to the ctest command. The output should show;
      100% tests passed, 0 tests failed out of 156.

For more information see USING_CMake_Examples.txt in the install folder.
===========================================================================

Documentation for this release can be found at the following URL:
    https://support.hdfgroup.org/releases/hdf5/@${H5_VERS_MAJOR}@_@${H5_VERS_MINOR}@/@${H5_VERS_MAJOR}@_@${H5_VERS_MINOR}@_@${H5_VERS_RELEASE}@/documentation/doxygen/index.html

Bugs should be reported to help@hdfgroup.org.