Skip to content
Snippets Groups Projects
Commit bd86324a authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 12/12/2016: Rules.LXcray.mk , for problem with *.mod generation, add -em...

Juan 12/12/2016: Rules.LXcray.mk , for problem with *.mod generation, add -em -ef for cdf/grib_api lib creation
parent 31b72f31
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ OPT_NOCB = $(OPT_BASE) $(OPT_PERF1) ...@@ -63,7 +63,7 @@ OPT_NOCB = $(OPT_BASE) $(OPT_PERF1)
endif endif
# #
# #
FC = ftn FC = ftn -em -ef
FCFLAGS = -em -ef FCFLAGS = -em -ef
CC=gcc CC=gcc
export FC CC FCFLAGS export FC CC FCFLAGS
...@@ -98,6 +98,11 @@ endif ...@@ -98,6 +98,11 @@ endif
# #
TARGET_GRIBEX=linux TARGET_GRIBEX=linux
CNAME_GRIBEX=_gfortran CNAME_GRIBEX=_gfortran
#
# GRIB_API
#
GRIBAPI_CONF="FCFLAGS= -em -ef "
# #
# LIBTOOLS flags # LIBTOOLS flags
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment