File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ function build_netcdf {
116
116
# autotools build
117
117
if [[ ! -z " IS_OSX" && " $PLAT " = " arm64" ]] && [[ " $CROSS_COMPILING " = " 1" ]]; then
118
118
(cd netcdf-c-${NETCDF_VERSION} \
119
- && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap \
119
+ && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --disable-libxml2 \
120
120
&& make -j4 \
121
121
&& make install )
122
122
else
123
123
(cd netcdf-c-${NETCDF_VERSION} \
124
124
&& export HDF5_PLUGIN_PATH=$BUILD_PREFIX /lib/netcdf-plugins \
125
- && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --with-plugin-dir=$HDF5_PLUGIN_PATH \
125
+ && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --disable-libxml2 -- with-plugin-dir=$HDF5_PLUGIN_PATH \
126
126
&& make -j4 \
127
127
&& make install )
128
128
fi
You can’t perform that action at this time.
0 commit comments