hdf5/examples
Larry Knox c6e3e68297 [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from l
ib files.  The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co
nfigure option was invoked.
Added instead configure variable hardcode_into_lib=no.  This removes rpath from lib files on Linux
and solaris machines.

Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
2014-04-25 16:59:53 -05:00
..
2007-10-30 13:13:48 -05:00
2007-10-08 14:59:36 -05:00
2007-10-11 11:24:11 -05:00
2007-10-11 11:24:11 -05:00
2007-10-11 11:24:11 -05:00
2009-03-10 14:00:39 -05:00
2007-10-30 17:56:15 -05:00
2008-09-16 10:52:51 -05:00
2007-10-11 11:24:11 -05:00
2007-10-08 14:59:36 -05:00
2011-07-18 17:33:18 -05:00
2011-07-18 17:33:18 -05:00
2009-03-10 14:00:39 -05:00
2009-04-24 15:39:00 -05:00
2007-10-11 11:24:11 -05:00
2007-10-11 11:24:11 -05:00

                               HDF5 Examples

This directory contains example programs for the installed APIs and scripts to 
compile and run them.  Examples in the c and hl/c subdirectories are always 
installed, and those in fortan, hl/fortran, c++ and hl/c++ will be installed 
when fortran or c++ are enabled.

Running the run-all-ex.sh script in this directory will run the scripts and in 
turn the examples in all the subdirectories where examples are installed.  The 
scripts can also be run individually.  The appropriate compile scripts in the 
bin directory for this install will be used by default to compile and link the 
example programs.  Note that h5redeploy must be run if these binaries are 
copied or extracted in a directory other than the one where they were initially 
installed.  Compile scripts from other locations can be used by setting an 
environment variable prefix to the path of the directory containing the bin 
directory with the compile scripts h5cc, h5fc, etc.  For example, export 
prefix=/usr/local/hdf5 to use h5cc, h5fc, etc. in /usr/local/hdf5/bin.