File tree 1 file changed +27
-27
lines changed
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -117,22 +117,22 @@ function build_netcdf {
117
117
git checkout 43b03a4da72dfaaa004adb1a288111c06eaa60ae
118
118
autoreconf -i
119
119
cd ..
120
- if [ -n " $IS_MACOS " ]; then
121
- if [[ " $PLAT " = " arm64" ]] && [[ " $CROSS_COMPILING " = " 1" ]]; then
122
- # no plugins installed
123
- (cd netcdf-c-${NETCDF_VERSION} \
124
- && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap \
125
- && make -j4 \
126
- && make install )
127
- else
128
- # plugins installed
129
- (cd netcdf-c-${NETCDF_VERSION} \
130
- && export HDF5_PLUGIN_PATH=$BUILD_PREFIX /lib/netcdf-plugins \
131
- && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --with-plugin-dir=$HDF5_PLUGIN_PATH \
132
- && make -j4 \
133
- && make install )
134
- fi
135
- else
120
+ # if [ -n "$IS_MACOS" ]; then
121
+ # if [[ "$PLAT" = "arm64" ]] && [[ "$CROSS_COMPILING" = "1" ]]; then
122
+ # # no plugins installed
123
+ # (cd netcdf-c-${NETCDF_VERSION} \
124
+ # && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap \
125
+ # && make -j4 \
126
+ # && make install )
127
+ # else
128
+ # # plugins installed
129
+ # (cd netcdf-c-${NETCDF_VERSION} \
130
+ # && export HDF5_PLUGIN_PATH=$BUILD_PREFIX/lib/netcdf-plugins \
131
+ # && ./configure --prefix=$BUILD_PREFIX --enable-netcdf-4 --enable-shared --enable-dap --with-plugin-dir=$HDF5_PLUGIN_PATH \
132
+ # && make -j4 \
133
+ # && make install )
134
+ # fi
135
+ # else
136
136
(cd netcdf-c-${NETCDF_VERSION} \
137
137
&& mkdir build \
138
138
&& cd build \
@@ -151,7 +151,7 @@ function build_netcdf {
151
151
# && make -j4 \
152
152
# && make install \
153
153
# && ls -l $HDF5_PLUGIN_PATH )
154
- fi
154
+ # fi
155
155
touch netcdf-stamp
156
156
}
157
157
@@ -251,16 +251,16 @@ function build_blosc {
251
251
function build_libs {
252
252
echo " build_zlib"
253
253
build_zlib
254
- echo " build_lzo"
255
- build_lzo
256
- echo " build_lzf"
257
- build_lzf
258
- echo " build_zstd"
259
- build_zstd
260
- echo " build_bzip2"
261
- build_bzip2
262
- echo " build_blosc"
263
- build_blosc
254
+ # echo "build_lzo"
255
+ # build_lzo
256
+ # echo "build_lzf"
257
+ # build_lzf
258
+ # echo "build_zstd"
259
+ # build_zstd
260
+ # echo "build_bzip2"
261
+ # build_bzip2
262
+ # echo "build_blosc"
263
+ # build_blosc
264
264
echo " build_libaec"
265
265
build_libaec
266
266
echo " build_hdf5"
You can’t perform that action at this time.
0 commit comments