hdf5/config/cmake
2015-09-10 22:03:41 -05:00
..
scripts [svn-r27142] Add optional variable for version extension 2015-06-03 09:32:56 -05:00
UserMacros
cacheinit.cmake [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable HDF_TEST_EXPRESS. 2015-08-31 15:08:56 -05:00
ConfigureChecks.cmake [svn-r27755] Changed direct VFD default to OFF in CMake to match Autotools. 2015-09-10 22:03:41 -05:00
ConversionTests.c [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CPack.Info.plist.in [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
CTestCustom.cmake
FindHDF5.cmake.in
H5cxx_config.h.in
H5pubconf.h.in [svn-r27699] Removed some configure checks for obsolete Unix variants. 2015-09-08 15:03:41 -05:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in [svn-r27716] Publish both static and shared mod files in binaries. 2015-09-09 09:58:44 -05:00
HDF5_Examples.cmake.in [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
HDF5Macros.cmake [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
HDF5UseFortran.cmake [svn-r27570] Fixed issue with REAL max detection. 2015-08-24 14:22:55 -05:00
HDF518_Examples.cmake.in [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. 2015-08-11 09:35:30 -05:00
HDFCompilerFlags.cmake [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
libhdf5.settings.cmake.in [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. 2015-08-11 09:35:30 -05:00
mccacheinit.cmake [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. 2015-08-11 09:35:30 -05:00
patch.xml [svn-r26366] Update windows wix cpack process. 2015-03-05 11:36:39 -05:00
PkgInfo.in
README.txt.cmake.in [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
userblockTest.cmake
vfdTest.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

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.
    Edit HDF5_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
       (The default should be correct unless you installed into a different folder.)
    Execute from this directory: 
        ctest -S HDF5_Examples.cmake,HDF5Examples -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:
    http://www.hdfgroup.org/HDF5/doc/.

See the HDF5 home page for further details:
    http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.