hdf5/config/cmake
2015-07-14 10:34:45 -05:00
..
scripts [svn-r27142] Add optional variable for version extension 2015-06-03 09:32:56 -05:00
UserMacros
cacheinit.cmake [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
ConfigureChecks.cmake [svn-r27376] set default value of SIZEOF___FLOAT128 2015-07-14 09:14:05 -05:00
ConversionTests.c
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-r27326] Working version of cmake on linux. 2015-07-02 14:04:25 -05:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in [svn-r26877] removed references to F2003 2015-04-21 16:06:52 -05:00
HDF5Macros.cmake [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
HDF5UseFortran.cmake [svn-r27350] updated missing cmake defines 2015-07-08 15:02:56 -05:00
HDF518_Examples.cmake.in [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-05-27 17:12:43 -05:00
HDFCompilerFlags.cmake [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
libhdf5.settings.cmake.in [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-05-27 17:12:43 -05:00
mccacheinit.cmake [svn-r26877] removed references to F2003 2015-04-21 16:06:52 -05:00
patch.xml
PkgInfo.in
README.txt.cmake.in
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
HDF518_Examples.cmake file. The HDF518_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 HDF518_Examples.cmake to this directory.
    Edit HDF518_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 HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -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.