diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab168fa457ad6b2fb472ecc8aae883882c956713..93ba469118b6b6ef4f0a526b4bfed8051891c4f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ release:pip:ubuntu: CUDA_MAJOR_VERSION='12' CUDA_MINOR_VERSION='4' SEARCH_PATH='/home/ubuntu/builds/$CI_RUNNER_SHORT_TOKEN/$CI_CONCURRENT_ID' - CIBW_REPAIR_WHEEL_COMMAND='' + CIBW_REPAIR_WHEEL_COMMAND='auditwheel --verbose repair {wheel} -w {dest_dir} --exclude libcudart.so.12 --exclude libcudnn.so.9 --exclude libcublas.so.12 --exclude libcublasLt.so.12' parallel: matrix: diff --git a/pyproject.toml b/pyproject.toml index 586eb83c647202e44099959613e8cbbcb7cef8fa..9816f05666ac6231387717d5267f97a1764140cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests" # "cp310-manylinux_x86_64" # ] -repair-wheel-command = "" +repair-wheel-command = "auditwheel --verbose repair {wheel} -w {dest_dir} --exclude libcudart.so.12 --exclude libcudnn.so.9 --exclude libcublas.so.12 --exclude libcublasLt.so.12" [tool.cibuildwheel.container-engine] # pass command line options to 'docker run'