Skip to content
Snippets Groups Projects
Commit b35a2076 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : auditwheel repair re enabled and added --exclude flag on all cuda libraries

For more informations see related issue
Closes #32 (for good this time)
parent b40982fa
No related branches found
No related tags found
1 merge request!56fix : auditwheel repair re enabled and added --exclude flag on all cuda libraries
......@@ -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:
......
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment