We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffafc8 commit 7b5b444Copy full SHA for 7b5b444
.ci/docker/manywheel/build_scripts/build.sh
@@ -40,7 +40,7 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
40
41
# Install newest autoconf
42
# If the architecture is not ppc64le, use the existing build_autoconf function
43
-#if [ "$(uname -m)" != "ppc64le" ] ; then
+if [ "$(uname -m)" != "ppc64le" ] ; then
44
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
45
# else
46
# curl -sLO http://ftp.gnu.org/gnu/autoconf/$AUTOCONF_ROOT.tar.gz
@@ -70,7 +70,7 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
70
71
# cd ..
72
# rm -rf $AUTOCONF_ROOT $AUTOCONF_ROOT.tar.gz
73
-#fi
+fi
74
autoconf --version
75
76
# Compile the latest Python releases.
0 commit comments