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 caf8c09 commit 61493fbCopy full SHA for 61493fb
config.sh
@@ -56,6 +56,7 @@ function build_netcdf {
56
./configure --prefix=$BUILD_PREFIX --enable-dap \
57
make -j4
58
make install
59
+ cd ..
60
else
61
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v${NETCDF_VERSION}.tar.gz
62
(cd netcdf-c-${NETCDF_VERSION} \
0 commit comments