From 2e1b317f39d12e3e1e8b48672b060fef502b13ec Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Wed, 28 Sep 2022 15:44:26 +0200 Subject: [PATCH] remove unnecessary --disable-dap from netcdf-c config --- config/netcdf_c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/netcdf_c.json b/config/netcdf_c.json index 290a67d..79eb72b 100644 --- a/config/netcdf_c.json +++ b/config/netcdf_c.json @@ -3,7 +3,7 @@ "default version" : "4.9.0", "dependencies" : "zlib,szip,curl,hdf5", "download" : "git clone --depth 1 --branch v$VERSION https://github.com/Unidata/netcdf-c.git netcdf-c-$VERSION", - "configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED --disable-dap", + "configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED", "build" : "make -j $BUILDTHREADS", "install" : "make install", "object files" : "435"