File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -110,17 +110,15 @@ function build_netcdf {
110
110
if [[ ! -z " IS_OSX" && " $PLAT " = " arm64" ]] && [[ " $CROSS_COMPILING " = " 1" ]]; then
111
111
unset NETCDF_PLUGIN_DIR
112
112
(cd netcdf-c-${NETCDF_VERSION} \
113
- && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --disable-plugins \
113
+ && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap \
114
114
&& make -j4 \
115
115
&& make install )
116
116
else
117
- set +e
118
117
(cd netcdf-c-${NETCDF_VERSION} \
119
118
&& export HDF5_PLUGIN_PATH=$BUILD_PREFIX /lib/netcdf-plugins \
120
119
&& ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --with-plugin-dir=$HDF5_PLUGIN_PATH \
121
120
&& make -j4 \
122
121
&& make install )
123
- cat netcdf-c-${NETCDF_VERSION} /config.log
124
122
fi
125
123
touch netcdf-stamp
126
124
}
You can’t perform that action at this time.
0 commit comments