• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Mar-2015-

UserMacros/H03-Mar-2015-4137

CPack.Info.plist.inH A D03-Mar-20151.1 KiB3332

CTestCustom.cmakeH A D03-Mar-20159.1 KiB215212

CheckTypeSize.cmakeH A D03-Mar-20151.9 KiB5046

ConfigureChecks.cmakeH A D03-Mar-201553.5 KiB1,1941,093

ConversionTests.cH A D03-Mar-20158.9 KiB428325

FindHDF5.cmake.inH A D03-Mar-20153.2 KiB8779

FindMPI.cmakeH A D03-Mar-201529.7 KiB648577

FindSZIP.cmakeH A D03-Mar-20156.6 KiB180152

GetTimeOfDayTest.cppH A D03-Mar-2015232 1611

H5cxx_config.h.inH A D03-Mar-2015138 63

H5pubconf.h.inH A D03-Mar-201528.8 KiB802552

HDF518_Examples.cmake.inH A D03-Mar-20155.7 KiB119109

HDF5CXXTests.cppH A D03-Mar-2015613 5737

HDF5Macros.cmakeH A D03-Mar-20151.3 KiB3229

HDF5Tests.cH A D03-Mar-20157.6 KiB480381

HDF5UseFortran.cmakeH A D03-Mar-20155.2 KiB140129

HDFLibMacros.cmakeH A D03-Mar-201516.1 KiB351329

HDFMacros.cmakeH A D03-Mar-20156.4 KiB174157

NSIS.InstallOptions.ini.inH A D03-Mar-2015562 3833

NSIS.template.inH A D03-Mar-201527.8 KiB975825

PkgInfo.inH A D03-Mar-20158 11

README.txt.cmake.inH A D03-Mar-20152.4 KiB5441

cacheinit.cmakeH A D03-Mar-20153.1 KiB7740

grepTest.cmakeH A D03-Mar-20152.3 KiB6555

hdf5-config-version.cmake.inH A D03-Mar-20151 KiB2817

hdf5-config.cmake.build.inH A D03-Mar-20153.1 KiB7462

hdf5-config.cmake.install.inH A D03-Mar-20153.8 KiB8270

libhdf5.settings.cmake.inH A D03-Mar-20153.2 KiB6964

mccacheinit.cmakeH A D03-Mar-20153.2 KiB8041

prunTest.cmakeH A D03-Mar-20155.6 KiB146124

runTest.cmakeH A D03-Mar-20157.5 KiB194170

userblockTest.cmakeH A D03-Mar-20154.5 KiB121109

version.plist.inH A D03-Mar-2015628 1816

vfdTest.cmakeH A D03-Mar-20151.7 KiB5141

README.txt.cmake.in

1@HDF5_PACKAGE_NAME@ version @HDF5_PACKAGE_VERSION_STRING@
2------------------------------------------------------------------------------
3
4This directory contains the binary (release) distribution of
5@HDF5_PACKAGE_NAME@ @HDF5_PACKAGE_VERSION_MAJOR@ that was compiled on;
6    @BINARY_PLATFORM@.
7
8It was built with the following options:
9    -- @LIB_TYPE@ C/C++/Fortran libraries
10    -- SZIP (encoder enabled) and ZLIB
11    -- @LIB_TYPE@ HDF5 tools
12
13The contents of this directory are:
14
15    COPYING                 - Copyright notice
16    README.txt              - This file
17    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@    - HDF5 Install Package
18
19Installation
20===========================================================================
211. Execute @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@
222. Follow prompts
23===========================================================================
24
25After Installation
26===========================================================================
27The compressed examples file HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@, located in the
28HDF5 install folder, can be built and tested with CMake and the supplied
29HDF518_Examples.cmake file. The HDF518_Examples.cmake expects HDF5 to have
30been installed in the default location with above compilers.
31
32To test the installation with the examples;
33    Create a directory to run the examples.
34    Copy HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
35    Copy HDF518_Examples.cmake to this directory.
36    Edit HDF518_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
37    Execute from this directory:
38        ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -O test.log
39
40When executed, the ctest script will save the results to the log file, test.log, as
41indicated by the ctest command. If you wish the to see more build and test information,
42add "-VV" to the ctest command.
43
44For more information see USING_CMake_Examples.txt in the install folder.
45===========================================================================
46
47Documentation for this release can be found at the following URL:
48    http://www.hdfgroup.org/HDF5/doc/.
49
50See the HDF5 home page for further details:
51    http://hdfgroup.org/HDF5/
52
53Bugs should be reported to help@hdfgroup.org.
54