File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export NO_PLUGINS=1
1414export MACOSX_DEPLOYMENT_TARGET=" 10.9"
1515export NETCDF_VERSION=" 4.9.1"
1616export HDF5_VERSION=" 1.12.2"
17- # can't use openssl 3, since building new version requires perl 5.10.0
1817# export OPENSSL_ROOT=openssl-1.1.1t
1918# export OPENSSL_HASH=8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b
2019export OPENSSL_ROOT=openssl-3.0.1
@@ -49,10 +48,9 @@ function build_curl {
4948 flags=" $flags --with-darwinssl"
5049 else # manylinux
5150 flags=" $flags --with-ssl"
52- if [[ $MB_ML_VER == " _2_28" ]]; then
53- perl -v
54- yum_install perl-IPC-Cmd
55- fi
51+ # yum_install perl-IPC-Cmd
52+ # yum_install perl-Pod-Html
53+ yum_install perl-core
5654 build_openssl
5755 fi
5856 flags=" $flags --without-zstd"
@@ -287,7 +285,7 @@ function run_tests {
287285 which python
288286 cp ../netcdf4-python/test/* .
289287 python run_all.py
290- # add test for issue #1246 (opendap with ssl)
288+ # add test for netcdf4-python issue #1246 (opendap with ssl)
291289 URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
292290 python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
293291}
You can’t perform that action at this time.
0 commit comments