Skip to content

Commit ca62890

Browse files
author
Jeff Whitaker
committed
update
1 parent a4d2964 commit ca62890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ function build_netcdf {
127127
# use cmake for version 4.9.0 since autotools doesn't work
128128
# CMakeLists.txt patch needed for NETCDF_VERSION 4.9.0
129129
# no plugins installed
130-
(cd netcdf-c-${NETCDF_VERSION} \
131130
# && curl https://raw.githubusercontent.com/MacPython/netcdf4-python-wheels/master/CMakeLists.txt.patch -o CMakeLists.txt.patch \
132131
# && patch -p0 < CMakeLists.txt.patch \
132+
(cd netcdf-c-${NETCDF_VERSION} \
133133
&& mkdir build \
134134
&& cd build \
135135
&& cmake ../ -DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} -DENABLE_NETCDF_4=ON -DENABLE_DAP=ON -DBUILD_SHARED_LIBS=ON -DENABLE_PLUGIN_INSTALL=NO \

0 commit comments

Comments
 (0)