diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-11-26 18:10:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-11-26 18:10:28 (GMT) |
commit | d65fa708c0d1ab5ecc4a913a5ec97f406f734fc5 (patch) | |
tree | 0ecc6d1eed5e5bc2e8b199e41de551f65cf005bf /release_docs | |
parent | e10e292a42119b7c1589597b76649f89bcf0fc20 (diff) | |
download | hdf5-d65fa708c0d1ab5ecc4a913a5ec97f406f734fc5.zip hdf5-d65fa708c0d1ab5ecc4a913a5ec97f406f734fc5.tar.gz hdf5-d65fa708c0d1ab5ecc4a913a5ec97f406f734fc5.tar.bz2 |
[svn-r17934] Updated with new ibm compiler configure changes.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3fc06e5..2b5e94a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -39,6 +39,10 @@ New Features Configuration: ------------- + - Added the xlc-* and mpcc_r-* BASENAME patterns to be recognized as IBM + compilers so that the ibm compiler options can be added properly. This + allows non-system-default compiler command names (e.g. xlc-m.n.k.l) be + recognized. AKC 2009/11/26. - Configuration suite now uses Automake 1.11 and Autoconf 2.64. MAM 2009/08/11. - Changed default Gnu fortran compiler from g95 to gfortran since |