We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43767b commit b1b5fefCopy full SHA for b1b5fef
config.sh
@@ -138,7 +138,7 @@ function build_netcdf {
138
&& mkdir build \
139
&& cd build \
140
&& export HDF5_PLUGIN_PATH=$BUILD_PREFIX/lib/netcdf-plugins \
141
- && unset HDF5_PLUGIN_PATH
+ && unset HDF5_PLUGIN_PATH \
142
&& mkdir -p $HDF5_PLUGIN_PATH \
143
&& cmake ../ -DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} -DENABLE_NETCDF_4=ON -DENABLE_DAP=ON -DBUILD_SHARED_LIBS=ON -DENABLE_PLUGIN_INSTALL=NO=YES \
144
&& make -j4 \
0 commit comments