hdf5/config/cmake
Larry Knox 25ef534039
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release.
Added new version to exceptions in line 75 of src/H5.c.
2022-08-12 08:17:25 -05:00
..
scripts Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004) 2022-08-12 08:17:25 -05:00
UserMacros
cacheinit.cmake Add SZ filter and adjust compression file names to avoid conflicts (#1434) 2022-02-17 10:05:08 -06:00
CMakeFindJavaCommon.cmake
ConfigureChecks.cmake Remove H5_NO_ALIGNMENT_RESTRICTIONS (#1426) 2022-04-16 10:21:18 -05:00
ConversionTests.c Remove H5_NO_ALIGNMENT_RESTRICTIONS (#1426) 2022-04-16 10:21:18 -05:00
CPack.Info.plist.in
CTestCustom.cmake Correct target name for szaec lib (#2000) 2022-08-11 15:35:14 -07:00
CTestScript.cmake
fileCompareTest.cmake
FindCIRCLE.cmake Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177) 2021-11-29 15:25:23 -06:00
FindDTCMP.cmake Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177) 2021-11-29 15:25:23 -06:00
FindHDFS.cmake
FindMFU.cmake Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177) 2021-11-29 15:25:23 -06:00
H5pubconf.h.in Subfiling VFD (#1883) 2022-07-22 13:03:12 -07:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in Add SZ filter and adjust compression file names to avoid conflicts (#1434) 2022-02-17 10:05:08 -06:00
HDF5_Examples_options.cmake
HDF5_Examples.cmake.in Develop sync (#1793) 2022-06-09 08:35:33 -05:00
HDF5Macros.cmake Subfiling VFD (#1883) 2022-07-22 13:03:12 -07:00
HDF5PluginCache.cmake Subfiling VFD (#1883) 2022-07-22 13:03:12 -07:00
HDF5PluginMacros.cmake Subfiling VFD (#1883) 2022-07-22 13:03:12 -07:00
HDF5UseFortran.cmake Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
HDFCompilerFlags.cmake Re-promote some GNU warnings to errors (#1508) 2022-05-06 16:26:48 -07:00
HDFCXXCompilerFlags.cmake Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
HDFFortranCompilerFlags.cmake Removed compiler messages for language elements that are not standard in Fortran 2003, #1344 (#1905) 2022-07-18 09:42:56 -07:00
javaTargets.cmake.in
jrunTest.cmake Develop cmake clean (#1971) 2022-08-06 23:59:31 -05:00
libh5cc.in Minor things noticed while merging to 1.10 (#1739) 2022-05-06 11:06:52 -07:00
libhdf5.settings.cmake.in Subfiling VFD (#1883) 2022-07-22 13:03:12 -07:00
mccacheinit.cmake
patch.xml
PkgInfo.in
README.md.cmake.in Updated README.txt to README.md (#1375) 2022-01-14 17:28:04 -06:00
UseJava.cmake
UseJavaClassFilelist.cmake
UseJavaSymlinks.cmake
userblockTest.cmake
vfdTest.cmake Develop cmake clean (#1971) 2022-08-06 23:59:31 -05:00
volTest.cmake Develop cmake clean (#1971) 2022-08-06 23:59:31 -05:00
wait_H5Tinit.cmake

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

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

It was built with the following options:
    -- @LIB_TYPE@ C/C++/Fortran libraries
    -- SZIP (encoder enabled) and ZLIB
    -- @LIB_TYPE@ 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

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
(version 1.0.4, Encoder ENABLED).

The official ZLIB and SZIP/Libaec pages are at:

    ZLIB: https://git.savannah.gnu.org/cgit/gzip.git/
        https://git.savannah.gnu.org/cgit/gzip.git/tree/COPYING
    SZIP/Libaec: https://gitlab.dkrz.de/k202009/libaec
        https://gitlab.dkrz.de/k202009/libaec/-/blob/master/Copyright.txt


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

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 the 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://portal.hdfgroup.org/display/HDF5/HDF5

Bugs should be reported to help@hdfgroup.org.