File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ function build_netcdf {
128128 # CMakeLists.txt patch needed for NETCDF_VERSION 4.9.0
129129 # no plugins installed
130130 (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 \
131+ # && curl https://raw.githubusercontent.com/MacPython/netcdf4-python-wheels/master/CMakeLists.txt.patch -o CMakeLists.txt.patch \
132+ # && patch -p0 < CMakeLists.txt.patch \
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 \
You can’t perform that action at this time.
0 commit comments