We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c923b commit 9396bbbCopy full SHA for 9396bbb
ci/build_wheel.sh
@@ -40,12 +40,12 @@ EXCLUDE_ARGS=(
40
# 'libraft' wheels are responsible for carrying a runtime dependency on
41
# these based on RAFT's needs.
42
EXCLUDE_ARGS+=(
43
- --exclude "libcublas.so.12"
44
- --exclude "libcublasLt.so.12"
45
- --exclude "libcurand.so.10"
46
- --exclude "libcusolver.so.11"
47
- --exclude "libcusparse.so.12"
48
- --exclude "libnvJitLink.so.12"
+ --exclude "libcublas.so.*"
+ --exclude "libcublasLt.so.*"
+ --exclude "libcurand.so.*"
+ --exclude "libcusolver.so.*"
+ --exclude "libcusparse.so.*"
+ --exclude "libnvJitLink.so.*"
49
)
50
51
if [[ "${package_dir}" != "python/libcugraph" ]]; then
0 commit comments