[svn-r11046] Purpose: Maintenance

Description: Removed -DH5_ABSOFT flag for C compiler when Absoft f95 compiler
             was used; this flag is not needed anymore since we automatically construct
             names of C functions called from Fortran.

Solution:

Platforms tested: pommier

Misc. update:
This commit is contained in:
Elena Pourmal 2005-07-07 16:05:52 -05:00
parent 2744a8391c
commit 81bf322285

View File

@ -53,8 +53,6 @@ case $FC_BASENAME in
;;
f95)
# Set required flag for compiling C stubs
CFLAGS="$CFLAGS -DH5_ABSOFT"
F9XSUFFIXFLAG=""
# We force compiler to use upper case for external names