Skip to content

Commit 4e62325

Browse files
committed
add recursive clone for netcdf4-python
1 parent ee63deb commit 4e62325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function build_netcdf {
112112
if [ -e netcdf-stamp ]; then return; fi
113113
#$fetch_unpack https://downloads.unidata.ucar.edu/netcdf-c/${NETCDF_VERSION}/netcdf-c-${NETCDF_VERSION}.tar.gz
114114
# this has fix for setting CURL path to find SSL certificates
115-
git clone https://github.com/Unidata/netcdf-c netcdf-c-${NETCDF_VERSION}
115+
git clone --recursive https://github.com/Unidata/netcdf-c netcdf-c-${NETCDF_VERSION}
116116
cd netcdf-c-${NETCDF_VERSION}
117117
git checkout 43b03a4da72dfaaa004adb1a288111c06eaa60ae
118118
autoreconf -i

0 commit comments

Comments
 (0)