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 24e3f9b commit dc2ff3aCopy full SHA for dc2ff3a
scripts/internal/manylinux-build-module-wheels.sh
@@ -55,12 +55,6 @@ if test "${ARCH}" == "x64"; then
55
auditwheel repair ${whl} -w /work/dist/
56
rm ${whl}
57
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
64
fi
65
for itk_wheel in dist/itk*-linux*.whl; do
66
mv ${itk_wheel} ${itk_wheel/linux/manylinux2014}
0 commit comments