Skip to content

Commit dc2ff3a

Browse files
committed
BUG: Fix manylinux module auditwheel invocation
1 parent 24e3f9b commit dc2ff3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/internal/manylinux-build-module-wheels.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ if test "${ARCH}" == "x64"; then
5555
auditwheel repair ${whl} -w /work/dist/
5656
rm ${whl}
5757
done
58-
# Since there are no external shared libraries to bundle into the wheels
59-
# this step will fixup the wheel switching from 'linux' to 'manylinux2014' tag
60-
for whl in dist/itk_*linux_$(uname -p).whl; do
61-
/opt/python/cp37-cp37m/bin/auditwheel repair --plat manylinux2014_x86_64 ${whl} -w /work/dist/
62-
rm ${whl}
63-
done
6458
fi
6559
for itk_wheel in dist/itk*-linux*.whl; do
6660
mv ${itk_wheel} ${itk_wheel/linux/manylinux2014}

0 commit comments

Comments
 (0)