Skip to content

Commit 61b1771

Browse files
author
Jeff Whitaker
committed
install perl-core
1 parent af1ae7b commit 61b1771

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export NO_PLUGINS=1
1414
export MACOSX_DEPLOYMENT_TARGET="10.9"
1515
export NETCDF_VERSION="4.9.1"
1616
export 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
2019
export 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
}

0 commit comments

Comments
 (0)