Skip to content

Commit

Permalink
Stop tagging wheels as arch-agnostic (#507)
Browse files Browse the repository at this point in the history
Since #479, the libkvikio wheel now includes platform-specific files. Stop tagging the wheel as "any".

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #507
  • Loading branch information
KyleFromNVIDIA authored Oct 23, 2024
1 parent 52b672b commit 7715e36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/build_wheel_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ rapids-generate-version > ./VERSION
cd "${package_dir}"

python -m pip install wheel
# libkvikio is a header-only C++ library with no Python code, so
# it is entirely platform-agnostic. We cannot use auditwheel for
# retagging since it has no extension modules, so we use `wheel`
# directly instead.
python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check
python -m wheel tags --platform any dist/* --remove

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 cpp dist

0 comments on commit 7715e36

Please sign in to comment.