Skip to content

Commit 01efa67

Browse files
author
Jeff Whitaker
committed
don't need to patch CMakeLists.txt for netcdf-c 4.9.1
1 parent 881e8d7 commit 01efa67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)