hdf5/config/cmake
Dana Robinson bfc0395507 [svn-r26272] Merge of r26071 from features/autotools_rework
Removes the --with-default-vfd option from configure. This was basically
useless and only allowed selecting the stdio VFD. Since this is a demo
VFD and not really a production VFD, we decided to retire this option.

Fixes: HDFFV-9081

Tested on: h5committest

NOTE: platypus cmake fails, but this is not a new error.
2015-02-22 05:44:41 -05:00
..
UserMacros [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
cacheinit.cmake [svn-r26161] Fix cmake case. 2015-02-12 16:52:48 -05:00
ConfigureChecks.cmake [svn-r25934] Fix incorrectly combined check. 2014-12-31 12:50:47 -05:00
ConversionTests.c [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. Enabled MSVC for two tests as suggested in the issue. 2014-06-23 13:26:41 -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-r26272] Merge of r26071 from features/autotools_rework 2015-02-22 05:44:41 -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-r25987] Use variable instead of hard coded value 2015-01-20 15:02:17 -05:00
HDF5Macros.cmake [svn-r26161] Fix cmake case. 2015-02-12 16:52:48 -05:00
HDF518_Examples.cmake.in [svn-r26208] Update cmake minimums 2015-02-18 11:56:22 -05:00
libhdf5.settings.cmake.in [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch: 2015-02-16 11:17:03 -05:00
mccacheinit.cmake [svn-r26161] Fix cmake case. 2015-02-12 16:52:48 -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-r25800] Add utilities and expected output 2014-11-06 16:18:21 -05:00
userblockTest.cmake [svn-r24824] HDFFV-8700 - 2014-03-18 11:21:46 -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 compressed examples file HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@, 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, CMake and 7Zip 
utilities should be installed.

To test the installation with the examples;
    Create a directory to run the examples.
    Copy HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
    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.