summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-10-16 22:24:33 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-10-16 22:24:33 (GMT)
commitcaf3fa51d8b4082bfa7208a68b835fa5059a78ee (patch)
treeb873262dbe784d2f4d26a94325cca4b04f2906e3 /config
parentc00121ce008fd154da6f9790ebf3e666a8b1fc60 (diff)
downloadhdf5-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')
-rw-r--r--config/linux-gnulibc14
-rw-r--r--config/powerpc-apple2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index 64d5d67..675006d 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -86,12 +86,12 @@ case $FC_BASENAME in
#
f95)
# Set required flag for compiling C stubs
- H5_CFLAGS="$H5_CFLAGS -DH5_ABSOFT"
+ H5_CFLAGS="$H5_CFLAGS"
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"
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"