hdf5/config/cmake
Scot Breitenfeld c604bca044 Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'f9364c0080405bb36d704eb3f9505029d3da41f4':
  removed the use of C_SIZEOF for non BIND(C) derived type
  Fixed test to use storage_size instead of c_sizeof when available.
  fixed missing closing bracket
  Removed unused variables.
  Fixed: Fortran_DOUBLE was being set to  C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
  Removed duplicate FCFLAG
  Removed duplicate FCFLAG.
  Added number of integer KINDs found to the header files.
  Added path to source include files when building buidiface.
  Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler.
  Misc. cleaning up of the program.
  Added SEQUENCE to derived types for NAG:
  misc. format code-cleanup
  Removed the use of hard-coded integer KINDs.
  Code clean-up.
  HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
2016-10-06 15:34:39 -05:00
..
scripts Fix error reporting 2016-09-30 09:35:09 -05:00
UserMacros
cacheinit.cmake [svn-r30205] Correct name of UNSUPPORTED option 2016-07-20 09:45:55 -05:00
CMakeFindJavaCommon.cmake [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
ConfigureChecks.cmake [svn-r29601] Cleanup case of CMake commands in tools. 2016-03-31 09:02:24 -05:00
ConversionTests.c [svn-r28113] A few warning fixes in cmake conversion tests 2015-10-16 17:01:51 -05:00
CPack.Info.plist.in [svn-r27364] Add Mac Framework support 2015-07-09 11:56:16 -05:00
CTestCustom.cmake [svn-r29864] Add ignore test names for Valgrind process. 2016-05-04 10:19:34 -05:00
FindHDFJAVA.cmake.in [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
FindJNI.cmake Update CMake java functions 2016-09-15 13:32:01 -05:00
H5cxx_config.h.in
H5pubconf.h.in [svn-r30134] Description: 2016-07-01 22:16:20 -05:00
hdf5-config-version.cmake.in
hdf5-config.cmake.in [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
HDF5_Examples.cmake.in Fix error reporting 2016-09-30 09:35:09 -05:00
HDF5_Process_Flex_Files.cmake [svn-r27910] Rework flex-bison generated files to eliminate dual depends when building both shared and static 2015-09-29 12:23:55 -05:00
HDF5Macros.cmake [svn-r29233] Add ARGN option for soversion arguments 2016-02-29 16:07:27 -05:00
HDF5UseFortran.cmake fixed missing closing bracket 2016-09-29 13:12:07 -05:00
HDF518_Examples.cmake.in Correct variable name 2016-09-30 09:41:18 -05:00
HDFCompilerFlags.cmake [svn-r28463] Merge of -r28460 from revise_chunks. Removes -std=c99 from 2015-11-24 14:29:21 -05:00
jrunTest.cmake [svn-r29557] Add comments to CMake macros and do append error file 2016-03-24 10:59:00 -05:00
libhdf5.settings.cmake.in [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
mccacheinit.cmake [svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build type to the recommended variable name. Updated documentation. 2016-08-22 12:22:38 -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-r30314] HDFFV-9971: Change the usage of a CMake variable for the build type to the recommended variable name. Updated documentation. 2016-08-22 12:22:38 -05:00
UseJava.cmake Revert to using old set command 2016-09-16 11:23:38 -05:00
UseJavaClassFilelist.cmake [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
UseJavaSymlinks.cmake [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
userblockTest.cmake [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error files if the filename or the variable were the same. 2015-10-02 12:55:08 -05:00
vfdTest.cmake [svn-r29190] Add checking for *.err file before trying to read 2016-02-23 15:50:02 -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
    -- Java

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.
    The default source folder is defined as "HDF5Examples". It can be changed
        with the CTEST_SOURCE_NAME script option.
    The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@".
        It can be changed with the INSTALLDIR script option.
    The default ctest configuration is defined as "Release". It can be changed
        with the CTEST_CONFIGURATION_TYPE script option. Note that this must
        be the same as the value used with the -C command line option.
    The default build configuration is defined to build and use static libraries.
        Shared libraries can be used with the STATICLIBRARIES script option set to "NO".
    Other options can be changed by editing the HDF5_Examples.cmake file.

    If the defaults are okay, execute from this directory:
        ctest -S HDF5_Examples.cmake -C Release -V -O test.log
    If the defaults need change, execute from this directory:
        ctest -S HDF5_Examples.cmake,CTEST_SOURCE_NAME=MyExamples,INSTALLDIR=MyLocation -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.