diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-03-01 22:41:03 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-03-01 22:41:03 (GMT) |
commit | 76d11ae062f5eabc53df7b82e14b874ff8f0fff9 (patch) | |
tree | 64ccecc9487c8595e14929b9077e1fef57e147f0 /configure | |
parent | 5e90f5deb5c0938dc952b07395cfe1135a8d1503 (diff) | |
download | hdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.zip hdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.tar.gz hdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.tar.bz2 |
[svn-r11998] Purpose:
Added HL examples
Description:
Added framework and three HL C examples to 1.6 branch.
Solution:
The HL C examples should compile with h5cc, and the code is in place
to make them work with install, install-examples, etc., so
it should be easy to add more examples.
Platforms tested:
mir, shanti
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36694,6 +36694,7 @@ fi # to do : fortran with hl if test "X$HDF5_HL" = "Xyes"; then HL_FILES="hl/Makefile + hl/examples/Makefile hl/src/Makefile hl/test/Makefile" fi |