Skip to content

Commit e6d892c

Browse files
authored
Update build.sh
test=release/1.3, fix patchelf install for python3.5
1 parent 1fc88db commit e6d892c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/manylinux1/build_scripts/build.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ OPENSSL_ROOT=openssl-1.1.0i
1717
OPENSSL_HASH=ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc118253cf99
1818
EPEL_RPM_HASH=e5ed9ecf22d0c4279e92075a64c757ad2b38049bcf5c16c4f2b75d5f6860dc0d
1919
DEVTOOLS_HASH=a8ebeb4bed624700f727179e6ef771dafe47651131a00a78b342251415646acc
20-
PATCHELF_HASH=d9afdff4baeacfbc64861454f368b7f2c15c44d245293f7587bbf726bfe722fb
2120
CURL_ROOT=curl-7.49.1
2221
CURL_HASH=eb63cec4bef692eab9db459033f409533e6d10e20942f4b060b32819e81885f1
2322
AUTOCONF_ROOT=autoconf-2.69
@@ -107,11 +106,7 @@ curl-config --features
107106
rm -rf /usr/local/ssl
108107

109108
# Install patchelf (latest with unreleased bug fixes)
110-
curl -sLO http://nipy.bic.berkeley.edu/manylinux/patchelf-0.9njs2.tar.gz
111-
check_sha256sum patchelf-0.9njs2.tar.gz $PATCHELF_HASH
112-
tar -xzf patchelf-0.9njs2.tar.gz
113-
(cd patchelf-0.9njs2 && ./configure && make && make install)
114-
rm -rf patchelf-0.9njs2.tar.gz patchelf-0.9njs2
109+
yum install -y patchelf
115110

116111
# Install latest pypi release of auditwheel
117112
LD_LIBRARY_PATH="${ORIGINAL_LD_LIBRARY_PATH}:$(dirname ${PY35_BIN})/lib" $PY35_BIN/pip install auditwheel

0 commit comments

Comments
 (0)