hdf5/config/cmake
Allen Byrne 517cadac26 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c':
  Update comment and check for strtoumax.
  Modify CMakeLists.txt file for renamed h5tools_test_utils files.
  Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
  Squashed commit of the following:
2019-07-29 16:10:45 -05:00
..
scripts HDFFV-10845 fix configure check and PATHs 2019-07-17 11:58:03 -05:00
UserMacros
cacheinit.cmake
CMakeFindJavaCommon.cmake
ConfigureChecks.cmake Add HD to string functions. 2019-07-26 11:56:03 -05:00
ConversionTests.c
CPack.Info.plist.in
CTestCustom.cmake HDFFV-10529 Update CMake tests to use test fixtures 2019-07-23 16:24:56 -05:00
CTestScript.cmake Add missing target root path, check other export macro 2019-07-17 11:58:05 -05:00
FindHDFS.cmake Squashed commit of the following: 2019-07-25 11:47:12 -05:00
H5cxx_config.h.in
H5pubconf.h.in Squashed commit of the following: 2019-07-25 11:47:12 -05:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in
HDF5_Examples_options.cmake
HDF5_Examples.cmake.in
HDF5_Process_Flex_Files.cmake
HDF5Macros.cmake
HDF5UseFortran.cmake HDFFV-10529 Update CMake tests to use test fixtures 2019-07-23 16:24:56 -05:00
HDFCompilerFlags.cmake Added GCC9 flags to CMake build 2019-07-02 23:49:35 -05:00
jrunTest.cmake HDFFV-10845 copy files with windows EOL 2019-07-17 11:58:05 -05:00
libh5cc.in
libhdf5.pc.in
libhdf5.settings.cmake.in Squashed commit of the following: 2019-07-25 11:47:12 -05:00
mccacheinit.cmake
patch.xml
PkgInfo.in
README.txt.cmake.in
UseJava.cmake
UseJavaClassFilelist.cmake
UseJavaSymlinks.cmake
userblockTest.cmake HDFFV-10845 use of TARGETFILE disables auto emulator 2019-07-17 11:58:04 -05:00
vfdTest.cmake HDFFV-10845 use of TARGETFILE disables auto emulator 2019-07-17 11:58:04 -05:00
volTest.cmake HDFFV-10845 use of TARGETFILE disables auto emulator 2019-07-17 11:58:04 -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

The contents of this directory are:

    COPYING                 - Copyright notice
    README.txt              - This file
    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@    - HDF5 Install Package

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. 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/support

Bugs should be reported to help@hdfgroup.org.