Skip to content

Commit 07a5423

Browse files
author
Jeff Whitaker
committed
revert back to openssl 1.1.1t since error still occurs with 3.0.1
1 parent 9d54edd commit 07a5423

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

config.sh

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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-
#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
2121
export CURL_VERSION="8.0.1"
2222
export LIBAEC_VERSION="1.0.6"
2323
export 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

Comments
 (0)