From 78bbfa0e4e89400471acdc732677b6d0847c79f2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 23 Oct 2024 14:02:18 -0500 Subject: [PATCH] bit more cleanup --- ci/build_wheel.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index fdcb049b54..f76889a66d 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -5,17 +5,12 @@ set -euo pipefail package_name="cuml" package_dir="python/cuml" -underscore_package_name=$(echo "${package_name}" | tr "-" "_") source rapids-configure-sccache source rapids-date-string RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -# This is the version of the suffix with a preceding hyphen. It's used -# everywhere except in the final wheel name. -PACKAGE_CUDA_SUFFIX="-${RAPIDS_PY_CUDA_SUFFIX}" - rapids-logger "Generating build requirements" rapids-dependency-file-generator \