Skip to content
Snippets Groups Projects
Commit 7bdc9358 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 24/10/2023:Rules.LXcray.mk , For cce/16.0.0 add EC_CONF=...

Juan 24/10/2023:Rules.LXcray.mk , For cce/16.0.0 add EC_CONF= -DCMAKE_BUILD_TYPE="RELEASE" to avoid problem with -Gfast option removed from compiler
parent 1f601528
No related branches found
No related tags found
No related merge requests found
......@@ -255,9 +255,10 @@ INC += $(NETCDF_DIR)/include
CDF_PATH = $(NETCDF_DIR)
else
NETCDF_SUPPFLAGS='-emf'
ECCODES_FFLAGS='-hcpu=x86-64 -emf -hsystem_alloc'
ECCODES_CFLAGS='-hcpu=x86-64 -gdwarf-4 '
EC_CONF='-DIEEE_LE=1'
ECCODES_FFLAGS= -hcpu=x86-64 -emf
# -hsystem_alloc
ECCODES_CFLAGS= -hcpu=x86-64 -gdwarf-4
EC_CONF= -DCMAKE_BUILD_TYPE="RELEASE" -DIEEE_LE=1
CDF_CONF= CPP=cpp
HDF_CONF= CPP=cpp
HDF_OPT ?= -hcpu=x86-64
......
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