Skip to content

Commit f1470de

Browse files
committed
test
1 parent 77f251e commit f1470de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscfadlib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ skip = ["pp*", "*musllinux*"]
6868
# "yum-config-manager --enable epel",
6969
# "yum install -y openblas-devel",
7070
#]
71-
repair-wheel-command = "auditwheel -v repair -w {dest_dir} {wheel}"
71+
repair-wheel-command = "auditwheel -v repair --exclude libcudart.so.12 --exclude libcusolver.so.12 --exclude libcublas.so.12 --exclude libcublasLt.so.12 --exclude libcusparse.so.12 --exclude libnvJitLink.so.12 -w {dest_dir} {wheel}"
7272

7373
[tool.cibuildwheel.macos]
7474
archs = ["auto64"]

0 commit comments

Comments
 (0)