Skip to content

Commit 7b5b444

Browse files
skipped autoconf
1 parent 2ffafc8 commit 7b5b444

File tree

1 file changed

+2
-2
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
4040

4141
# Install newest autoconf
4242
# If the architecture is not ppc64le, use the existing build_autoconf function
43-
#if [ "$(uname -m)" != "ppc64le" ] ; then
43+
if [ "$(uname -m)" != "ppc64le" ] ; then
4444
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
4545
# else
4646
# 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 \
7070

7171
# cd ..
7272
# rm -rf $AUTOCONF_ROOT $AUTOCONF_ROOT.tar.gz
73-
#fi
73+
fi
7474
autoconf --version
7575

7676
# Compile the latest Python releases.

0 commit comments

Comments
 (0)