Skip to content

Commit

Permalink
manylinux2014 for linux x86
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Aug 26, 2024
1 parent a6b0dd6 commit 10762b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions down_them_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ declare -a arr=(
"-cp310-cp310-macosx_11_0_arm64.whl"
"-cp311-cp311-macosx_11_0_arm64.whl"
"-cp312-cp312-macosx_11_0_arm64.whl"
"-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
Expand All @@ -43,7 +43,7 @@ declare -a arr=(
"-cp311-cp311-win_amd64.whl"
"-cp312-cp312-win_amd64.whl"
"-pp39-pypy39_pp73-macosx_10_9_x86_64.whl"
"-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
".tar.gz")
Expand Down
6 changes: 1 addition & 5 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ popd

# Repair the wheel
pushd python
if [[ "$target_platform" == linux-64 ]]; then
rm -rf $PREFIX/lib/libstdc++.*
rm -rf $PREFIX/lib/libgcc*
auditwheel repair dist/*.whl -w $PWD/fixed_wheels --plat manylinux2010_x86_64
elif [[ "$target_platform" == linux-* ]]; then
if [[ "$target_platform" == linux-* ]]; then
rm -rf $PREFIX/lib/libstdc++.*
rm -rf $PREFIX/lib/libgcc*
auditwheel repair dist/*.whl -w $PWD/fixed_wheels --plat manylinux2014_$ARCH
Expand Down

0 comments on commit 10762b9

Please sign in to comment.