Go to file
Albert Cheng 3a316cfc63 [svn-r23917] Bug fix: HDFFV-8392
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created.  The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).

I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.

Reviewed: HDF5-149

Tested: h5committested.
2013-07-18 00:12:27 -05:00
bin [svn-r23713] Description: 2013-05-21 12:30:54 -05:00
c++ [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
config [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
examples [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
fortran [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
hl [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
m4
perform [svn-r23862] Change printfs in perform output and h5dump to prevent overflow. 2013-07-03 11:12:32 -05:00
release_docs [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
src [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
test [svn-r23812] Added the HD prefix to the system functions used in the links.c file. 2013-06-24 15:02:42 -05:00
testpar [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
tools [svn-r23917] Bug fix: HDFFV-8392 2013-07-18 00:12:27 -05:00
vms [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4
acsite.m4
CMakeLists.txt [svn-r23905] Alter option name to avoid conflict with WDTP 2013-07-16 08:48:45 -05:00
configure [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
configure.ac [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
COPYING [svn-r23883] Description: 2013-07-09 16:00:53 -05:00
CTestConfig.cmake [svn-r23249] Correct typo in normal depends statement. 2013-02-12 08:41:43 -05:00
Makefile.am
Makefile.dist
Makefile.in [svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library. 2013-02-18 15:56:21 -05:00
MANIFEST [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option. 2013-06-28 10:37:41 -05:00
README.txt [svn-r23895] Snapshot version 1.9 release 158 2013-07-14 03:31:23 -05:00
UserMacros.cmake [svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGS 2013-06-17 11:43:33 -05:00

HDF5 version 1.9.159 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

    hdf5dev     - For discussion of the HDF5 library development
                  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.