hdf5/config/cmake
Allen Byrne 9edd184ae9 [svn-r27846] Fix generated files process.
Add script for post processing of flex/bison files.
2015-09-21 15:05:23 -05:00
..
scripts [svn-r27142] Add optional variable for version extension 2015-06-03 09:32:56 -05:00
UserMacros [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
cacheinit.cmake [svn-r27846] Fix generated files process. 2015-09-21 15:05:23 -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 [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
FindHDF5.cmake.in [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
H5cxx_config.h.in
H5pubconf.h.in [svn-r27702] Merge of r27699 from trunk. 2015-09-08 16:24:27 -05:00
hdf5-config-version.cmake.in [svn-r25646] Fix missing endif 2014-10-01 09:29:42 -05:00
hdf5-config.cmake.in [svn-r27745] Merge trunk revision 27744 2015-09-10 09:11:17 -05:00
HDF5_Examples.cmake.in [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
HDF5_Process_Flex_Files.cmake [svn-r27846] Fix generated files process. 2015-09-21 15:05:23 -05:00
HDF5Macros.cmake [svn-r27846] Fix generated files process. 2015-09-21 15:05:23 -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-r27846] Fix generated files process. 2015-09-21 15:05:23 -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 [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
userblockTest.cmake [svn-r27846] Fix generated files process. 2015-09-21 15:05:23 -05:00
vfdTest.cmake [svn-r24824] HDFFV-8700 - 2014-03-18 11:21:46 -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

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.