diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-10-16 22:24:33 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-10-16 22:24:33 (GMT) |
commit | caf3fa51d8b4082bfa7208a68b835fa5059a78ee (patch) | |
tree | b873262dbe784d2f4d26a94325cca4b04f2906e3 /config/powerpc-apple | |
parent | c00121ce008fd154da6f9790ebf3e666a8b1fc60 (diff) | |
download | hdf5-caf3fa51d8b4082bfa7208a68b835fa5059a78ee.zip hdf5-caf3fa51d8b4082bfa7208a68b835fa5059a78ee.tar.gz hdf5-caf3fa51d8b4082bfa7208a68b835fa5059a78ee.tar.bz2 |
[svn-r12765] Description:
Daily tests failed for Absoft f95 compiler
Solution:
Failure was due to several typos in H5f90prpto.h file; fixed
I also removed redundant flags from the configration files.
Platforms tested: heping with f95, g95, pgf90; pommier with f95
Diffstat (limited to 'config/powerpc-apple')
-rw-r--r-- | config/powerpc-apple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/powerpc-apple b/config/powerpc-apple index 6870017..aad6639 100644 --- a/config/powerpc-apple +++ b/config/powerpc-apple @@ -64,7 +64,7 @@ case $FC_BASENAME in F9XSUFFIXFLAG="" # We force compiler to use upper case for external names # (just in case since this should be a default EIP) - H5_FCFLAGS="$H5_FCFLAGS -YEXT_NAMES=UCS" + H5_FCFLAGS="$H5_FCFLAGS" FSEARCH_DIRS="" DEBUG_FCFLAGS="-g" PROD_FCFLAGS="-O" |