We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881e8d7 commit 01efa67Copy full SHA for 01efa67
1 file changed
config.sh
@@ -128,8 +128,8 @@ function build_netcdf {
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 \
+ # && curl https://raw.githubusercontent.com/MacPython/netcdf4-python-wheels/master/CMakeLists.txt.patch -o CMakeLists.txt.patch \
+ # && patch -p0 < CMakeLists.txt.patch \
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