From 4ae09e2e8aa562de25f200344e64d3d677f83850 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Fri, 29 Nov 2024 15:09:18 +0100
Subject: [PATCH] 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)
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 586eb83..00524eb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,6 +48,7 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests"
 # ]
 
 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'
-- 
GitLab