hdf5/config/cmake
2014-02-13 09:10:50 -05:00
..
UserMacros [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump. 2013-09-19 11:38:08 -05:00
cacheinit.cmake [svn-r23823] HDFFV-8428: Correct docs install list 2013-06-25 12:44:09 -05:00
CheckTypeSize.cmake
ConfigureChecks.cmake [svn-r24639] Add SUN specific block skipping. 2014-01-21 16:37:52 -05:00
ConversionTests.c
CPack.Info.plist.in [svn-r24126] Correct mac pinifo.list vars 2013-09-12 10:13:37 -05:00
CTestCustom.cmake [svn-r24119] Add new tests to memcheck ignore list 2013-09-10 08:59:22 -05:00
FindHDF5.cmake.in [svn-r22633] Correct packaing info 2012-08-06 11:39:13 -05:00
FindMPI.cmake [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake files updated to link with fortran mpi libs. 2011-11-03 16:06:37 -05:00
FindSZIP.cmake [svn-r22202] Add extra search term 2012-03-29 17:26:29 -05:00
GetTimeOfDayTest.cpp
grepTest.cmake [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
H5cxx_config.h.in
H5pubconf.h.in [svn-r24700] Updated packaging process to align with latest hdf cmake standards. 2014-02-11 15:22:16 -05:00
hdf5-config-version.cmake.in [svn-r19260] Change Cmake to allow a local zlib header to be used in H5Zdelate module. 2010-08-20 10:37:50 -05:00
hdf5-config.cmake.build.in [svn-r23651] Add MPI configuration information to includes and libs 2013-04-29 10:12:47 -05:00
hdf5-config.cmake.install.in [svn-r23651] Add MPI configuration information to includes and libs 2013-04-29 10:12:47 -05:00
HDF5CXXTests.cpp [svn-r22430] CMake and configure synchronization effort. CMake added most tests and options: DEBUGPKG not addressed. 2012-06-04 12:05:02 -05:00
HDF5Macros.cmake [svn-r20899] Add soversion handling - use config/lt_vers.am file. 2011-05-25 09:57:16 -05:00
HDF5Tests.c [svn-r24621] Update files for changes to installation vars on windows. 2014-01-07 15:02:21 -05:00
HDF5UseFortran.cmake [svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows Intel versions (<12.1) 2012-12-20 19:47:03 -05:00
HDF518_Examples.cmake.in [svn-r24700] Updated packaging process to align with latest hdf cmake standards. 2014-02-11 15:22:16 -05:00
hdf.gif [svn-r23978] Add Bundle and plist file. Update script file add icon 2013-08-08 16:25:32 -05:00
HDFLibMacros.cmake [svn-r22602] 2012-07-25 17:17:48 -05:00
HDFMacros.cmake [svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. Incorrect copy from Fortran macro 2013-06-17 09:13:30 -05:00
libhdf5.settings.cmake.in [svn-r24703] Add Binary README.txt file generation 2014-02-13 09:00:00 -05:00
mccacheinit.cmake [svn-r23572] Removed inappropriate executable properties from a few files. These are 2013-04-10 11:49:28 -05:00
NSIS.InstallOptions.ini.in [svn-r21348] Need PATH active by default during install for daily binary testing needs 2011-09-01 09:58:06 -05:00
NSIS.template.in [svn-r24655] Correct packaging variables and use standard cpack module. 2014-01-28 16:25:21 -05:00
prunTest.cmake [svn-r23139] Only do line by line compare if compare files fail. 2013-01-07 15:38:34 -05:00
README.txt.cmake.in [svn-r24706] Add to instructions for install 2014-02-13 09:10:50 -05:00
runTest.cmake [svn-r23138] Only do line by line compare if compare files fail. 2013-01-07 15:28:57 -05:00
userblockTest.cmake [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
vfdTest.cmake [svn-r19706] Added VFD test options. 2010-11-01 17:10:50 -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.

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.
    Execute from this directory: 
        ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -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.

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.