hdf5/config/cmake
Allen Byrne 366f2d94a3
Add CMake api checks to test the new Examples folder. (#3907)
* Fix missing build-mode value

* Use 110 version file only for the 1.10 library

* Fix H5_LIBVER_DIR variable

* Disable 1.6 API tests for now.
2023-12-22 15:17:05 -06:00
..
examples Develop merge examples (#3851) 2023-11-27 15:30:15 -06:00
LIBAEC Do not publish compression headers or docs (#3865) 2023-11-21 08:00:35 -08:00
scripts Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
UserMacros
ZLIB Do not publish compression headers or docs (#3865) 2023-11-21 08:00:35 -08:00
cacheinit.cmake Correct urls and handling of external git repos (#3890) 2023-12-12 22:10:27 -06:00
CMakeFindJavaCommon.cmake
ConfigureChecks.cmake Add CMake long double cross-compile defaults (#3683) 2023-11-14 20:36:47 -08:00
ConversionTests.c
CPack.Info.plist.in
CTestCustom.cmake
fileCompareTest.cmake Develop tools move (#3580) 2023-09-26 13:46:55 -07:00
FindCIRCLE.cmake
FindDTCMP.cmake
FindHDFS.cmake
FindMFU.cmake
GetTimeOfDayTest.cpp
grepTest.cmake Fixes for CI and presets (#3853) 2023-11-15 17:31:26 -06:00
H5pubconf.h.in
hdf5-config-version.cmake.in
hdf5-config.cmake.in Add variable option syncing for examples (#3885) 2023-12-14 12:50:30 -06:00
HDF5DeveloperBuild.cmake
HDF5ExampleCache.cmake Add CMake api checks to test the new Examples folder. (#3907) 2023-12-22 15:17:05 -06:00
HDF5Macros.cmake
HDF5PluginCache.cmake Correct urls and handling of external git repos (#3890) 2023-12-12 22:10:27 -06:00
HDF5PluginMacros.cmake Some corrections and fix for plugins (#3712) 2023-10-19 08:01:02 -05:00
HDF5UseFortran.cmake
hdf.bmp
hdf.icns
hdf.ico
HDFCompilerFlags.cmake Set NVHPC maximum optimization level to -O1 for now (#3800) 2023-11-01 14:41:46 -05:00
HDFCXXCompilerFlags.cmake Develop intel split (#3722) 2023-10-19 15:17:20 -07:00
HDFFortranCompilerFlags.cmake Develop intel split (#3722) 2023-10-19 15:17:20 -07:00
HDFLibMacros.cmake Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT (#3624) 2023-10-04 15:51:01 -05:00
HDFMacros.cmake Add VDS examples and fix non-standalone build (#3898) 2023-12-21 09:53:24 -06:00
HDFTests.c
HDFUseFortran.cmake
javaTargets.cmake.in Add VDS examples and fix non-standalone build (#3898) 2023-12-21 09:53:24 -06:00
jrunTest.cmake
libh5cc.in
libhdf5.settings.cmake.in
mccacheinit.cmake Develop merge examples (#3851) 2023-11-27 15:30:15 -06:00
NSIS.InstallOptions.ini.in
NSIS.template.in
patch.xml.in Fix windows cpack with debug (#3525) 2023-09-11 05:45:36 -07:00
PkgInfo.in
README.md.cmake.in
runTest.cmake Sync changes that are only in 1.14 branch (#3704) 2023-10-17 21:54:40 -07:00
UseJava.cmake Add VDS examples and fix non-standalone build (#3898) 2023-12-21 09:53:24 -06:00
UseJavaClassFilelist.cmake
UseJavaSymlinks.cmake
userblockTest.cmake
version.plist.in
vfdTest.cmake
volTest.cmake
wait_H5Tinit.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
    -- Java @Java_VERSION@

The contents of this directory are:

    COPYING                 - Copyright notice
    README.md               - This file
    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@    - HDF5 Install Package

This binary was built with the ZLIB and SZIP/Libaec external libraries and are
included for convenience.  Libaec is an unrestricted open-source replacement for SZIP
(version 1.0.4, Encoder ENABLED).

The official ZLIB and SZIP/Libaec pages are at:

    ZLIB: https://git.savannah.gnu.org/cgit/gzip.git/
        https://git.savannah.gnu.org/cgit/gzip.git/tree/COPYING
    SZIP/Libaec: https://github.com/MathisRosenhauer/libaec
        https://github.com/MathisRosenhauer/libaec/blob/master/LICENSE.txt


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 (see the
libhdf5.settings file in the lib install folder). 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 CTestScript.cmake to this directory.
    Copy HDF5_Examples.cmake to this directory.
    Copy HDF5_Examples_options.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 STATICONLYLIBRARIES script option set to "NO".
    Other options can be changed by editing the HDF5_Examples_options.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:
     https://portal.hdfgroup.org/display/HDF5/HDF5

Bugs should be reported to help@hdfgroup.org.