hdf5/config/cmake
Allen Byrne e42120c308 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb':
  Updated h5trav.c to emit output that doesn't require ddl changes for map support.
  Fixed Map API CMake option
  Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
  Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers.
  Added the map (H5M) API
2019-08-13 13:15:55 -05:00
..
scripts Merge cleanup mostly whitespace 2019-07-30 12:39:20 -05:00
UserMacros HDFFV-10608 Move toolchain files into a subfolder 2018-10-22 16:08:52 -05:00
cacheinit.cmake HDFFV-10879 set default API version 2019-08-13 11:04:13 -05:00
CMakeFindJavaCommon.cmake Synch with CMake master 2017-07-12 15:43:10 -05:00
ConfigureChecks.cmake Add HD to string functions. 2019-07-26 11:56:03 -05:00
ConversionTests.c NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type. 2019-01-07 20:28:37 -06:00
CPack.Info.plist.in [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
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 TRILABS-20 Fix fortran configure during fix of CXX configure 2018-04-24 17:22:55 -05:00
H5pubconf.h.in Added the map (H5M) API 2019-08-13 01:36:42 -07:00
hdf5-config-version.cmake.in HDFFV-10703 Update version match logic 2019-02-15 16:40:13 -06:00
hdf5-config.cmake.in Use prefix variable 2019-08-06 16:23:15 -05:00
HDF5_Examples_options.cmake Correct examples for packaging 2019-03-28 16:37:11 -05:00
HDF5_Examples.cmake.in Correct examples for packaging 2019-03-28 16:37:11 -05:00
HDF5_Process_Flex_Files.cmake Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
HDF5Macros.cmake HDFFV-10685 Correct syntax 2019-01-22 12:54:34 -06:00
HDF5UseFortran.cmake HDFFV-10529 Update CMake tests to use test fixtures 2019-07-23 16:24:56 -05:00
HDFCompilerFlags.cmake Fixed warning typo 2019-08-04 09:12:43 -07:00
jrunTest.cmake HDFFV-10845 copy files with windows EOL 2019-07-17 11:58:05 -05:00
libh5cc.in Changed to Unix line endings and chmod -x. 2019-01-01 14:30:26 -08:00
libhdf5.pc.in Changed to Unix line endings and chmod -x. 2019-01-01 14:30:26 -08:00
libhdf5.settings.cmake.in Squashed commit of the following: 2019-07-25 11:47:12 -05:00
mccacheinit.cmake Correct namespace handling 2019-04-03 15:02:42 -05:00
patch.xml Update CMake 2019-01-23 17:25:41 -06:00
PkgInfo.in [svn-r24742] Synchronize Apple bundle packaging with latest changes discovered during hdf-java work. 2014-02-27 11:53:12 -05:00
README.txt.cmake.in Correct examples for packaging 2019-03-28 16:37:11 -05:00
UseJava.cmake HDFFV-10805 Add option to only build shared targets 2019-06-18 07:46:25 -05:00
UseJavaClassFilelist.cmake HDFFV-10805 Add option to only build shared targets 2019-06-18 07:46:25 -05:00
UseJavaSymlinks.cmake HDFFV-10805 Add option to only build shared targets 2019-06-18 07:46:25 -05:00
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 Move wait_H5init.cmake up to config/cmake. 2018-11-20 12:09:14 -06:00

@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.