Skip to content

Commit

Permalink
add recursive clone for netcdf4-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jun 7, 2024
1 parent ee63deb commit 4e62325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function build_netcdf {
if [ -e netcdf-stamp ]; then return; fi
#$fetch_unpack https://downloads.unidata.ucar.edu/netcdf-c/${NETCDF_VERSION}/netcdf-c-${NETCDF_VERSION}.tar.gz
# this has fix for setting CURL path to find SSL certificates
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}
cd netcdf-c-${NETCDF_VERSION}
git checkout 43b03a4da72dfaaa004adb1a288111c06eaa60ae
autoreconf -i
Expand Down

0 comments on commit 4e62325

Please sign in to comment.