We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee63deb commit 4e62325Copy full SHA for 4e62325
config.sh
@@ -112,7 +112,7 @@ function build_netcdf {
112
if [ -e netcdf-stamp ]; then return; fi
113
#$fetch_unpack https://downloads.unidata.ucar.edu/netcdf-c/${NETCDF_VERSION}/netcdf-c-${NETCDF_VERSION}.tar.gz
114
# this has fix for setting CURL path to find SSL certificates
115
- git clone https://github.com/Unidata/netcdf-c netcdf-c-${NETCDF_VERSION}
+ git clone --recursive https://github.com/Unidata/netcdf-c netcdf-c-${NETCDF_VERSION}
116
cd netcdf-c-${NETCDF_VERSION}
117
git checkout 43b03a4da72dfaaa004adb1a288111c06eaa60ae
118
autoreconf -i
0 commit comments