Unverified Commit c0e6667f authored by Matthew Brett's avatar Matthew Brett
Browse files

Enable DAP for netcdf build

parent 9e9e4e2d
......@@ -295,7 +295,7 @@ function build_netcdf {
build_curl
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v${NETCDF_VERSION}.tar.gz
(cd netcdf-c-${NETCDF_VERSION} \
&& ./configure --prefix=$BUILD_PREFIX \
&& ./configure --prefix=$BUILD_PREFIX --enable-dap \
&& make \
&& make install)
touch netcdf-stamp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment