hdf5/config/cmake
2018-10-11 14:34:34 -05:00
..
scripts Correct quote char 2018-10-11 14:34:34 -05:00
UserMacros Remove APPEND 2018-05-03 15:41:50 -05:00
cacheinit.cmake New test requirement 2017-10-30 11:45:11 -05:00
CMakeFindJavaCommon.cmake Synch with CMake master 2017-07-12 15:43:10 -05:00
ConfigureChecks.cmake HDFFV-10508 more config fixes 2018-07-30 17:10:00 -05:00
ConversionTests.c Correct attribute location 2018-05-22 10:43:01 -05:00
CPack.Info.plist.in [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
CTestCustom.cmake Fix valgrind issues 2018-01-02 09:39:09 -06:00
CTestScript.cmake Change CMake min to 3.10 2018-03-09 12:32:06 -06:00
FindHDFJAVA.cmake.in 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
FindJNI.cmake Synch with CMake master 2017-07-12 15:43:10 -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 HDFFV-10547 develop needs 1.12 default option 2018-08-20 15:07:19 -05:00
hdf5-config-version.cmake.in 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
hdf5-config.cmake.in Update Java util lib, Refactor H5D write VL to match read 2018-06-27 17:53:47 -05:00
HDF5_Examples_options.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
HDF5_Examples.cmake.in Update examples version 2018-10-04 16:59:22 -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 Fix soversion 2018-05-16 11:25:07 -05:00
HDF5UseFortran.cmake TRILABS-34 improve cross compile with emulator 2018-10-04 16:06:31 -05:00
HDF518_Examples.cmake.in Update examples version 2018-10-04 16:59:22 -05:00
HDFCompilerFlags.cmake TRILAB-21 Intel flags 2018-10-02 18:13:21 -05:00
jrunTest.cmake HDFFV-10297 merge from develop 2017-10-10 14:46:59 -05:00
libh5cc.in HDFFV-4359 Add C,HL,CXX files 2018-03-08 15:54:40 -06:00
libhdf5.pc.in HDFFV-4359 Add C,HL,CXX files 2018-03-08 15:54:40 -06:00
libhdf5.settings.cmake.in Add Autotools and CMake checks for big I/O MPI-3 functions 2018-07-31 13:42:19 -05:00
mccacheinit.cmake restore GEN HDRS and remove cache sets for defoult options 2017-09-13 15:03:52 -05:00
patch.xml [svn-r26366] Update windows wix cpack process. 2015-03-05 11:36:39 -05: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 Update support link 2018-05-23 14:37:30 -05:00
UseJava.cmake TRILAB-31 Working locally 2018-07-16 13:01:53 -05:00
UseJavaClassFilelist.cmake Fix copyright to point to cmake 2016-10-06 13:52:55 -05:00
UseJavaSymlinks.cmake Fix copyright to point to cmake 2016-10-06 13:52:55 -05:00
userblockTest.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
vfdTest.cmake HDFFV-10297 merge from develop 2017-10-10 14:46:59 -05: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 HDF5_Examples.cmake to this directory.
    Copy HDF5_Examples_options.cmake to this directory.
    Copy CTestScript.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.