mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
This commit is contained in:
parent
2d932366b2
commit
00d97d556b
@ -153,8 +153,6 @@ case $FC_BASENAME in
|
||||
# NAG compiler
|
||||
#
|
||||
nagfor)
|
||||
# Set required flag for compiling C stubs
|
||||
H5_CFLAGS="$H5_CFLAGS"
|
||||
|
||||
F9XSUFFIXFLAG=""
|
||||
# We force compiler to use upper case for external names
|
||||
@ -166,19 +164,19 @@ case $FC_BASENAME in
|
||||
PROD_FCFLAGS=
|
||||
|
||||
# Debug
|
||||
DEBUG_FCFLAGS=
|
||||
DEBUG_FCFLAGS="-C"
|
||||
|
||||
# Symbols
|
||||
SYMBOLS_FCFLAGS="-g"
|
||||
NO_SYMBOLS_FCFLAGS=""
|
||||
NO_SYMBOLS_FCFLAGS="-s"
|
||||
|
||||
# Profiling
|
||||
PROFILE_FCFLAGS=""
|
||||
PROFILE_FCFLAGS="-pg"
|
||||
|
||||
# Optimization
|
||||
HIGH_OPT_FCFLAGS="-O"
|
||||
DEBUG_OPT_FCFLAGS=
|
||||
NO_OPT_FCFLAGS=
|
||||
DEBUG_OPT_FCFLAGS="-O0"
|
||||
NO_OPT_FCFLAGS="-O0"
|
||||
|
||||
f9x_flags_set=yes
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user