Skip to content

Commit

Permalink
Fix auditwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Sep 30, 2024
1 parent 128c2a5 commit 373cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ SKBUILD_CMAKE_ARGS="-DUSE_CUDA_NVCOMP_WHEEL=ON" \
python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check

mkdir -p final_dist
python -m auditwheel repair -w final_dist dist/*
python -m auditwheel repair -w final_dist --exclude libnvcomp.so.4 dist/*

RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 final_dist

0 comments on commit 373cde7

Please sign in to comment.