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 03365fe commit 62b6db2Copy full SHA for 62b6db2
config.sh
@@ -114,6 +114,7 @@ function build_netcdf {
114
git clone https://github.com/DennisHeimbigner/netcdf-c netcdf-c-${NETCDF_VERSION}
115
cd netcdf-c-${NETCDF_VERSION}
116
git checkout verifyhost.dmh
117
+ autoreconf -i
118
cd ..
119
if [ -n "$IS_MACOS" ]; then
120
if [[ "$PLAT" = "arm64" ]] && [[ "$CROSS_COMPILING" = "1" ]]; then
0 commit comments