diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-27 18:53:53 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-27 18:53:53 (GMT) |
commit | c5b4572ee264f238fe21c4ff5140ad5789850306 (patch) | |
tree | 57f9112b653143f3ad73340979d5730c8ca2c921 /release_docs | |
parent | 5a19f181b35a0928d23c7c12fd7a0698b465855b (diff) | |
download | hdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.zip hdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.tar.gz hdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.tar.bz2 |
[svn-r8956]
Purpose: Maintenance for MAC OSX
Description: Added support for Absoft Fortran compiler f95;
Ddefault compiler is set to IBM xlf.
Solution:
Platforms tested: pommier with xlf and Absoft f95 compilers
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 89bd875..6ff1171 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -150,8 +150,16 @@ New Features Support for new platforms, languages and compilers. ======================================= + - HDF5 Fortran APIs are supported on Mac OSX with IBM XL Fortran + compiler version 8.1. This is a default compiler. + - HDF5 Fortran APIs are supported on MAC OSX with Absoft F95 compiler + version 8.2; set F9X environment varibale to f95, for example + setenv F9X f95 + Use --disable-shared --enable-static configure flags when Absoft + compiler is used. + EIP - 2004/07/27 - HDF5 Fortran APIs are supported on MAC OSX with IBM XL Fortran - Compiler version 8.1 Beta. Use "--disable-shared --enable-static" + Compiler version 8.1 Use "--disable-shared --enable-static" configure flags along with the "--enable-fortran" flag to build Fortran library. EIP - 2004/01/07 |