mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
parent
2744a8391c
commit
81bf322285
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user