We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f251e commit f1470deCopy full SHA for f1470de
pyscfadlib/pyproject.toml
@@ -68,7 +68,7 @@ skip = ["pp*", "*musllinux*"]
68
# "yum-config-manager --enable epel",
69
# "yum install -y openblas-devel",
70
#]
71
-repair-wheel-command = "auditwheel -v repair -w {dest_dir} {wheel}"
+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}"
72
73
[tool.cibuildwheel.macos]
74
archs = ["auto64"]
0 commit comments