Skip to content

Commit e154a46

Browse files
author
Jeff Whitaker
committed
update
1 parent e52da54 commit e154a46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,15 @@ function build_netcdf {
110110
if [[ ! -z "IS_OSX" && "$PLAT" = "arm64" ]] && [[ "$CROSS_COMPILING" = "1" ]]; then
111111
unset NETCDF_PLUGIN_DIR
112112
(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 \
114114
&& make -j4 \
115115
&& make install )
116116
else
117-
set +e
118117
(cd netcdf-c-${NETCDF_VERSION} \
119118
&& export HDF5_PLUGIN_PATH=$BUILD_PREFIX/lib/netcdf-plugins \
120119
&& ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --with-plugin-dir=$HDF5_PLUGIN_PATH \
121120
&& make -j4 \
122121
&& make install )
123-
cat netcdf-c-${NETCDF_VERSION}/config.log
124122
fi
125123
touch netcdf-stamp
126124
}

0 commit comments

Comments
 (0)