File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ build_pypi_wheel = { cmd = """
215215
216216build_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
491492build_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
520522build_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/ && \
You can’t perform that action at this time.
0 commit comments