File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 44
55# download CI artifacts
66LIBRAFT_CHANNEL=$( rapids-get-pr-artifact raft 2836 cpp conda)
7- PYLIBRAFT_CHANNEL=$( rapids-get-pr-artifact raft 2836 python conda)
87LIBCUVS_CHANNEL=$( rapids-get-pr-artifact cuvs 1605 cpp conda)
98
109# For `rattler` builds:
@@ -16,7 +15,6 @@ LIBCUVS_CHANNEL=$(rapids-get-pr-artifact cuvs 1605 cpp conda)
1615RAPIDS_PREPENDED_CONDA_CHANNELS=(
1716 " ${LIBRAFT_CHANNEL} "
1817 " ${LIBCUVS_CHANNEL} "
19- " ${PYLIBRAFT_CHANNEL} "
2018)
2119export RAPIDS_PREPENDED_CONDA_CHANNELS
2220
Original file line number Diff line number Diff line change @@ -11,15 +11,11 @@ RAPIDS_PY_CUDA_SUFFIX=$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")
1111LIBRAFT_WHEELHOUSE=$(
1212 RAPIDS_PY_WHEEL_NAME=" libraft_${RAPIDS_PY_CUDA_SUFFIX} " rapids-get-pr-artifact raft 2836 cpp wheel
1313)
14- PYLIBRAFT_WHEELHOUSE=$(
15- RAPIDS_PY_WHEEL_NAME=" pylibraft_${RAPIDS_PY_CUDA_SUFFIX} " rapids-get-pr-artifact raft 2836 python wheel
16- )
1714LIBCUVS_WHEELHOUSE=$(
1815 RAPIDS_PY_WHEEL_NAME=" libcuvs_${RAPIDS_PY_CUDA_SUFFIX} " rapids-get-pr-artifact cuvs 1605 cpp wheel
1916)
2017# write a pip constraints file saying e.g. "whenever you encounter a requirement for 'librmm-cu12', use this wheel"
2118cat > " ${PIP_CONSTRAINT} " << EOF
2219libraft-${RAPIDS_PY_CUDA_SUFFIX} @ file://$( echo " ${LIBRAFT_WHEELHOUSE} " /libraft_* .whl)
2320libcuvs-${RAPIDS_PY_CUDA_SUFFIX} @ file://$( echo " ${LIBCUVS_WHEELHOUSE} " /libcuvs_* .whl)
24- pylibraft-${RAPIDS_PY_CUDA_SUFFIX} @ file://$( echo " ${PYLIBRAFT_WHEELHOUSE} " /pylibraft_* .whl)
2521EOF
You can’t perform that action at this time.
0 commit comments