@@ -14,10 +14,10 @@ export NO_PLUGINS=1
1414export MACOSX_DEPLOYMENT_TARGET=" 10.9"
1515export NETCDF_VERSION=" 4.9.1"
1616export HDF5_VERSION=" 1.12.2"
17- # export OPENSSL_ROOT=openssl-1.1.1t
18- # export OPENSSL_HASH=8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b
19- export OPENSSL_ROOT=openssl-3.0.1
20- export OPENSSL_HASH=c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1
17+ export OPENSSL_ROOT=openssl-1.1.1t
18+ export OPENSSL_HASH=8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b
19+ # export OPENSSL_ROOT=openssl-3.0.1
20+ # export OPENSSL_HASH=c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1
2121export CURL_VERSION=" 8.0.1"
2222export LIBAEC_VERSION=" 1.0.6"
2323export ZSTD_VERSION=" 1.5.2"
@@ -47,11 +47,10 @@ function build_curl {
4747 if [ -n " $IS_MACOS " ]; then
4848 flags=" $flags --with-darwinssl"
4949 else # manylinux
50- flags=" $flags --with-ssl"
51- yum_install perl-IPC-Cmd
52- yum_install perl-Pod-Html
53- # yum_install perl-core # doesn't work?
54- build_openssl
50+ flags=" $flags --with-ssl"
51+ # yum_install perl-IPC-Cmd
52+ # yum_install perl-Pod-Html
53+ build_openssl
5554 fi
5655 flags=" $flags --without-zstd"
5756 fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION} .tar.gz
0 commit comments