From 78607a7bf7949745b9e100200247e7deb31d0a59 Mon Sep 17 00:00:00 2001 From: Takeshi Enomoto Date: Sat, 8 Oct 2022 16:17:32 +0900 Subject: [PATCH] wrf_constants.mod in FOBJ A module file should not be included in archive. It causes a link problem of ncl executable on macOS with Command Line Tools 14. --- ni/src/lib/nfpfort/yMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ni/src/lib/nfpfort/yMakefile b/ni/src/lib/nfpfort/yMakefile index e421d3e959..dc74810144 100644 --- a/ni/src/lib/nfpfort/yMakefile +++ b/ni/src/lib/nfpfort/yMakefile @@ -41,7 +41,7 @@ FOBJS = aam.o areaAve.o areaAve2.o areaRmse.o areaRmse2.o areaSum2.o \ det_code42.o kmeans_kmns_as136.o spi3.o wrf_vinterp.o wrf_fctt.o \ wrf_write_wps.o pres_hybrid_jra55_dp.o relhum_ice.o relhum_water.o \ wetbulb_profs.o wrf_cloud_fracf.o mlegev_memory.o kernel_density.o \ - meemd.o dpsort_large.o wrf_pw.o wrf_wind.o wrf_constants.o wrf_constants.mod + meemd.o dpsort_large.o wrf_pw.o wrf_wind.o wrf_constants.o COBJS =