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 {
128
128
# CMakeLists.txt patch needed for NETCDF_VERSION 4.9.0
129
129
# no plugins installed
130
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 \
131
+ # && curl https://raw.githubusercontent.com/MacPython/netcdf4-python-wheels/master/CMakeLists.txt.patch -o CMakeLists.txt.patch \
132
+ # && patch -p0 < CMakeLists.txt.patch \
133
133
&& mkdir build \
134
134
&& cd build \
135
135
&& 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