From e59b43c8ab6c68195c65356ebfcd79b0df73d3d7 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Mon, 23 Dec 2024 11:28:01 +0000 Subject: [PATCH] #3007 Added -lvx_statistics again --- src/tools/other/ioda2nc/Makefile.am | 1 + src/tools/other/ioda2nc/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tools/other/ioda2nc/Makefile.am b/src/tools/other/ioda2nc/Makefile.am index 2f3d4a96e5..3f7ae84c90 100644 --- a/src/tools/other/ioda2nc/Makefile.am +++ b/src/tools/other/ioda2nc/Makefile.am @@ -44,6 +44,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_math \ -lvx_cal \ -lvx_log \ + -lvx_statistics \ $(GRIB2_DEP_LIBS) $(UGRID_DEP_LIBS) $(PYTHON_DEP_LIBS) \ -lm -lproj -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas $(BLIB_NAME) \ $(FLIBS) diff --git a/src/tools/other/ioda2nc/Makefile.in b/src/tools/other/ioda2nc/Makefile.in index 9b73a95da2..9824efbd2e 100644 --- a/src/tools/other/ioda2nc/Makefile.in +++ b/src/tools/other/ioda2nc/Makefile.in @@ -378,6 +378,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_math \ -lvx_cal \ -lvx_log \ + -lvx_statistics \ $(GRIB2_DEP_LIBS) $(UGRID_DEP_LIBS) $(PYTHON_DEP_LIBS) \ -lm -lproj -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas $(BLIB_NAME) \ $(FLIBS)