Skip to content

Commit 0dc1837

Browse files
authored
Exclude librmm.so from auditwheel (#5058)
librmm will ship a shared library component in 25.06 (xref: rapidsai/rmm#1779). This PR updates `auditwheel` calls to exclude `librmm.so`. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #5058
1 parent 7bf1f2b commit 0dc1837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build_wheel.sh

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ EXCLUDE_ARGS+=(
4747
--exclude "libcusparse.so.*"
4848
--exclude "libnvJitLink.so.*"
4949
--exclude "librapids_logger.so"
50+
--exclude "librmm.so"
5051
)
5152

5253
if [[ "${package_dir}" != "python/libcugraph" ]]; then

0 commit comments

Comments
 (0)