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 a4d2964 commit ca62890Copy full SHA for ca62890
config.sh
@@ -127,9 +127,9 @@ function build_netcdf {
127
# use cmake for version 4.9.0 since autotools doesn't work
128
# CMakeLists.txt patch needed for NETCDF_VERSION 4.9.0
129
# no plugins installed
130
- (cd netcdf-c-${NETCDF_VERSION} \
131
# && curl https://raw.githubusercontent.com/MacPython/netcdf4-python-wheels/master/CMakeLists.txt.patch -o CMakeLists.txt.patch \
132
# && patch -p0 < CMakeLists.txt.patch \
+ (cd netcdf-c-${NETCDF_VERSION} \
133
&& mkdir build \
134
&& cd build \
135
&& cmake ../ -DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} -DENABLE_NETCDF_4=ON -DENABLE_DAP=ON -DBUILD_SHARED_LIBS=ON -DENABLE_PLUGIN_INSTALL=NO \
0 commit comments