Skip to content
Snippets Groups Projects
Commit f0f50823 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 b5d985b4
No related branches found
No related tags found
No related merge requests found
Pipeline #60471 canceled
...@@ -48,6 +48,7 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests" ...@@ -48,6 +48,7 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests"
# ] # ]
repair-wheel-command = "" 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] [tool.cibuildwheel.container-engine]
# pass command line options to 'docker run' # 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