2014-04-26 05:27:37 +08:00
|
|
|
@HDF5_PACKAGE_NAME@ version @HDF5_PACKAGE_VERSION_STRING@
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
2015-09-25 01:36:48 +08:00
|
|
|
This directory contains the binary (release) distribution of
|
2014-04-26 05:27:37 +08:00
|
|
|
@HDF5_PACKAGE_NAME@ @HDF5_PACKAGE_VERSION_MAJOR@ that was compiled on;
|
2015-09-25 01:36:48 +08:00
|
|
|
@BINARY_PLATFORM@.
|
2014-04-26 05:27:37 +08:00
|
|
|
|
2015-09-25 01:36:48 +08:00
|
|
|
It was built with the following options:
|
2014-04-26 05:27:37 +08:00
|
|
|
-- @LIB_TYPE@ C/C++/Fortran libraries
|
|
|
|
-- SZIP (encoder enabled) and ZLIB
|
|
|
|
-- @LIB_TYPE@ HDF5 tools
|
2020-02-28 00:51:01 +08:00
|
|
|
-- Java @Java_VERSION@
|
2014-04-26 05:27:37 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
===========================================================================
|
2015-09-25 01:36:48 +08:00
|
|
|
The examples folder, HDF5Examples, located in the
|
2014-04-26 05:27:37 +08:00
|
|
|
HDF5 install folder, can be built and tested with CMake and the supplied
|
2015-08-06 03:32:33 +08:00
|
|
|
HDF5_Examples.cmake file. The HDF5_Examples.cmake expects HDF5 to have
|
2020-02-28 00:51:01 +08:00
|
|
|
been installed in the default location with above compilers (see the
|
|
|
|
libhdf5.settings file in the lib install folder). Also, the CMake
|
2015-03-18 02:59:19 +08:00
|
|
|
utility should be installed.
|
2014-04-26 05:27:37 +08:00
|
|
|
|
|
|
|
To test the installation with the examples;
|
|
|
|
Create a directory to run the examples.
|
2015-03-20 23:40:30 +08:00
|
|
|
Copy HDF5Examples folder to this directory.
|
2019-03-29 05:37:11 +08:00
|
|
|
Copy CTestScript.cmake to this directory.
|
2015-08-06 03:32:33 +08:00
|
|
|
Copy HDF5_Examples.cmake to this directory.
|
2017-04-28 05:32:38 +08:00
|
|
|
Copy HDF5_Examples_options.cmake to this directory.
|
2015-09-25 01:36:48 +08:00
|
|
|
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
|
2016-08-23 01:22:38 +08:00
|
|
|
with the CTEST_CONFIGURATION_TYPE script option. Note that this must
|
2015-09-25 01:36:48 +08:00
|
|
|
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.
|
2017-02-25 00:27:36 +08:00
|
|
|
Shared libraries can be used with the STATICONLYLIBRARIES script option set to "NO".
|
2017-04-28 05:32:38 +08:00
|
|
|
Other options can be changed by editing the HDF5_Examples_options.cmake file.
|
2015-09-25 01:36:48 +08:00
|
|
|
|
|
|
|
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
|
2014-04-26 05:27:37 +08:00
|
|
|
|
|
|
|
When executed, the ctest script will save the results to the log file, test.log, as
|
2015-09-25 01:36:48 +08:00
|
|
|
indicated by the ctest command. If you wish the to see more build and test information,
|
2014-11-07 05:18:21 +08:00
|
|
|
add "-VV" to the ctest command. The output should show;
|
|
|
|
100% tests passed, 0 tests failed out of 156.
|
2014-04-26 05:27:37 +08:00
|
|
|
|
2015-09-25 01:36:48 +08:00
|
|
|
For more information see USING_CMake_Examples.txt in the install folder.
|
2014-04-26 05:27:37 +08:00
|
|
|
===========================================================================
|
|
|
|
|
|
|
|
Documentation for this release can be found at the following URL:
|
2018-05-24 03:37:30 +08:00
|
|
|
https://portal.hdfgroup.org/display/support
|
2014-04-26 05:27:37 +08:00
|
|
|
|
|
|
|
Bugs should be reported to help@hdfgroup.org.
|