Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lib 42a6d127a4 Initial commit 2 years ago
..
LIBAEC Initial commit 2 years ago
UserMacros Initial commit 2 years ago
ZLIB Initial commit 2 years ago
examples Initial commit 2 years ago
scripts Initial commit 2 years ago
CMakeFindJavaCommon.cmake Initial commit 2 years ago
CPack.Info.plist.in Initial commit 2 years ago
CTestCustom.cmake Initial commit 2 years ago
ConfigureChecks.cmake Initial commit 2 years ago
ConversionTests.c Initial commit 2 years ago
FindCIRCLE.cmake Initial commit 2 years ago
FindDTCMP.cmake Initial commit 2 years ago
FindHDFS.cmake Initial commit 2 years ago
FindMFU.cmake Initial commit 2 years ago
GetTimeOfDayTest.cpp Initial commit 2 years ago
H5pubconf.h.in Initial commit 2 years ago
HDF5DeveloperBuild.cmake Initial commit 2 years ago
HDF5Macros.cmake Initial commit 2 years ago
HDF5PluginCache.cmake Initial commit 2 years ago
HDF5PluginMacros.cmake Initial commit 2 years ago
HDF5UseFortran.cmake Initial commit 2 years ago
HDFCXXCompilerFlags.cmake Initial commit 2 years ago
HDFCompilerFlags.cmake Initial commit 2 years ago
HDFFortranCompilerFlags.cmake Initial commit 2 years ago
HDFLibMacros.cmake Initial commit 2 years ago
HDFMacros.cmake Initial commit 2 years ago
HDFTests.c Initial commit 2 years ago
HDFUseFortran.cmake Initial commit 2 years ago
NSIS.InstallOptions.ini.in Initial commit 2 years ago
NSIS.template.in Initial commit 2 years ago
PkgInfo.in Initial commit 2 years ago
README.md.cmake.in Initial commit 2 years ago
UseJava.cmake Initial commit 2 years ago
UseJavaClassFilelist.cmake Initial commit 2 years ago
UseJavaSymlinks.cmake Initial commit 2 years ago
cacheinit.cmake Initial commit 2 years ago
fileCompareTest.cmake Initial commit 2 years ago
grepTest.cmake Initial commit 2 years ago
hdf.bmp Initial commit 2 years ago
hdf.icns Initial commit 2 years ago
hdf.ico Initial commit 2 years ago
hdf5-config-version.cmake.in Initial commit 2 years ago
hdf5-config.cmake.in Initial commit 2 years ago
javaTargets.cmake.in Initial commit 2 years ago
jrunTest.cmake Initial commit 2 years ago
libh5cc.in Initial commit 2 years ago
libhdf5.settings.cmake.in Initial commit 2 years ago
mccacheinit.cmake Initial commit 2 years ago
patch.xml Initial commit 2 years ago
runTest.cmake Initial commit 2 years ago
userblockTest.cmake Initial commit 2 years ago
version.plist.in Initial commit 2 years ago
vfdTest.cmake Initial commit 2 years ago
volTest.cmake Initial commit 2 years ago
wait_H5Tinit.cmake Initial commit 2 years ago

README.md.cmake.in

@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.