hdf5/tools/misc
Mike McGreevy e006157deb [svn-r20475] Purpose:
- Revise shared Fortran library disabling scenarios in configure
    - Improve configure output summary

Description:

    Shared Fortran libraries are not supported on Mac, but were being
    disabled by configure in a way that also forced the C libraries
    to be static-only. This has been fixed, so now only shared Fortran
    is disabled while shared C can remain.

    This prompted two additional changes:

        1. While working on the check that addresses whether or not
           shared Fortran libraries are allowed, removed old and no
           longer needed check(s) that disable shared Fortran
           libraries with HP, Intel 8, PGI, and Absoft compilers.
           (Essentially, Mac is the only situation in which Fortran
           shared are disabled by configure.)

        2. Having two different states of libraries (i.e. shared C
           library with static-only Fortran library) was not apparent
           in the configure summary, which labeled all libraries as
           either shared and/or static. I've added lines to both the
           C++ and Fortran output sections to list shared/static-ness
           of these libraries specifically.

    Additionally, I've made sure that the new --enable-unsupported
    configure option correctly overrides configure if it tries to
    disable a shared library.

Tested:

    jam, fred, & h5committest
2011-04-11 16:00:38 -05:00
..
testfiles [svn-r19726] [BZ2072]Add compare output to expected test for help and version options of mkgrp. 2010-11-04 15:51:05 -05:00
CMakeLists.txt [svn-r20372] Separate no option test within ADD_TEST so depends behaves correctly 2011-03-29 12:58:33 -05:00
h5cc.in [svn-r19506] Bring changes from revisions 19408, 19421, and 19442 from branches/hdf5_1_8 to trunk. These revisions reorganize the compile scripts using h5cc.in, h5fc.in, and h5c++.in, add checks for installed examples to the scripts that run them after installation, and add DESTDIR for install as needed for RPMs. 2010-10-04 12:15:30 -05:00
h5debug.c [svn-r19725] Description: 2010-11-04 15:34:29 -05:00
h5mkgrp.c [svn-r19481] I'm backing out my fix for bug 1707 because there're some unresolved issues - r19441 and 19467. 2010-09-27 14:02:48 -05:00
h5redeploy.in [svn-r18057] Bug fix: 1192 2009-12-26 05:12:49 -05:00
h5repart_gentest.c [svn-r18055] Bug fix: 1192 2009-12-26 03:36:37 -05:00
h5repart.c [svn-r18057] Bug fix: 1192 2009-12-26 05:12:49 -05:00
Makefile.am [svn-r17616] Purpose: 2009-10-08 10:17:30 -05:00
Makefile.in [svn-r20475] Purpose: 2011-04-11 16:00:38 -05:00
repart_test.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
talign.c [svn-r17476] Update test file that was refactored. 2009-09-14 15:39:28 -05:00
testh5mkgrp.sh [svn-r19731] Purpose: 2010-11-05 10:14:35 -05:00
testh5repart.sh.in [svn-r18055] Bug fix: 1192 2009-12-26 03:36:37 -05:00