summaryrefslogtreecommitdiffstats
path: root/config/linux-gnulibc1
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/linux-gnulibc1
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/linux-gnulibc1')
-rw-r--r--config/linux-gnulibc14
1 files changed, 2 insertions, 2 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"