From 0ee4490503c79126b9257bfb6d29b9d4d19c3634 Mon Sep 17 00:00:00 2001
From: Isuru Fernando <idf2@illinois.edu>
Date: Fri, 2 Apr 2021 10:36:18 -0500
Subject: [PATCH] pass through --lib-sidr to go back to old auditwheel
 behaviour

---
 scripts/build-wheels.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh
index eec1bbce..7f079548 100755
--- a/scripts/build-wheels.sh
+++ b/scripts/build-wheels.sh
@@ -77,7 +77,7 @@ done
 
 # Bundle external shared libraries into the wheels
 for whl in wheelhouse/pyopencl*.whl; do
-    auditwheel repair "$whl" -w /io/wheelhouse/
+    auditwheel repair "$whl" -w /io/wheelhouse/ --lib-sdir=/.libs
 done
 
 # Bundle license files
-- 
GitLab