Skip to content

Commit 2ac04d0

Browse files
--plat manylinux2014_x86_64
1 parent 9618777 commit 2ac04d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ build_pypi_wheel = { cmd = """
215215

216216
build_pypi_repair = { cmd = """
217217
auditwheel repair \
218+
--plat manylinux2014_x86_64 \
218219
--exclude 'libtorch*.so' --exclude 'libc10*.so' --exclude 'libmkl*.so' \
219220
dist/pymomentum_cpu-*-linux_x86_64.whl -w dist/ && \
220221
rm dist/pymomentum_cpu-*-linux_x86_64.whl || \
@@ -490,6 +491,7 @@ build_pypi_wheel = { cmd = """
490491

491492
build_pypi_repair = { cmd = """
492493
auditwheel repair \
494+
--plat manylinux2014_x86_64 \
493495
--exclude 'libtorch*.so' --exclude 'libc10*.so' \
494496
--exclude 'libcu*.so*' --exclude 'libnv*.so*' --exclude 'libmkl*.so' \
495497
dist/pymomentum_gpu-*-linux_x86_64.whl -w dist/ && \
@@ -519,6 +521,7 @@ build_pypi_wheel = { cmd = """
519521

520522
build_pypi_repair = { cmd = """
521523
auditwheel repair \
524+
--plat manylinux2014_x86_64 \
522525
--exclude 'libtorch*.so' --exclude 'libc10*.so' \
523526
--exclude 'libcu*.so*' --exclude 'libnv*.so*' --exclude 'libmkl*.so' \
524527
dist/pymomentum_gpu-*-linux_x86_64.whl -w dist/ && \

0 commit comments

Comments
 (0)