Skip to content
Snippets Groups Projects
Commit ab17122a authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 03/01/2022: ncl and NetCDF library path adapted for CNRM Ubuntu Aruba 20.04

parent c1c5580c
No related branches found
No related tags found
No related merge requests found
......@@ -648,8 +648,8 @@ endif
#
ifeq "$(VER_CDF)" "CDFCTI"
CDF_PATH?=/usr
INC_NETCDF = -I${CDF_PATH}/include
LIB_NETCDF = -L${CDF_PATH}/lib64 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lsz -lz
INC_NETCDF ?= $(shell nf-config --fflags)
LIB_NETCDF ?= $(shell nf-config --flibs)
INC += $(INC_NETCDF)
LIBS += $(LIB_NETCDF)
endif
......
......@@ -347,7 +347,7 @@ export CC=gcc
export OPTLEVEL=${OPTLEVEL:-DEBUG}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFCTI}
export NEED_NCARG=${NEED_NCARG:-NO}
export NEED_NCARG=${NEED_NCARG:-YES}
export NEED_TOOLS=NO
;;
'Linux nuwa'*)
......
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