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

Juan 27/04/2021:Makefile.MESONH.mk , move netcdf lib to OBJDIR_MASTER for...

Juan 27/04/2021:Makefile.MESONH.mk , move netcdf lib to OBJDIR_MASTER for better management in case of recompilation with different compiler version
parent 614f2ee0
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ ifeq "$(VER_CDF)" "CDFAUTO" ...@@ -495,7 +495,7 @@ ifeq "$(VER_CDF)" "CDFAUTO"
DIR_CDFC?=${SRC_MESONH}/src/LIB/netcdf-c-${VERSION_CDFC} DIR_CDFC?=${SRC_MESONH}/src/LIB/netcdf-c-${VERSION_CDFC}
DIR_CDFCXX?=${SRC_MESONH}/src/LIB/netcdf-cxx4-${VERSION_CDFCXX} DIR_CDFCXX?=${SRC_MESONH}/src/LIB/netcdf-cxx4-${VERSION_CDFCXX}
DIR_CDFF?=${SRC_MESONH}/src/LIB/netcdf-fortran-${VERSION_CDFF} DIR_CDFF?=${SRC_MESONH}/src/LIB/netcdf-fortran-${VERSION_CDFF}
CDF_PATH?=${SRC_MESONH}/src/LIB/netcdf-${ARCH}-R${MNH_REAL}I${MNH_INT} CDF_PATH?=${OBJDIR_MASTER}/NETCDF-${VERSION_CDFF}
CDF_MOD?=${CDF_PATH}/include/netcdf.mod CDF_MOD?=${CDF_PATH}/include/netcdf.mod
# #
INC_NETCDF ?= -I${CDF_PATH}/include INC_NETCDF ?= -I${CDF_PATH}/include
......
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