Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rapids-build-backend #145

Merged
merged 14 commits into from
May 31, 2024
Prev Previous commit
Next Next commit
disable-cuda
  • Loading branch information
KyleFromNVIDIA committed May 22, 2024
commit 79f1aa676e82b276ae30fed1236f41ea40d377dd
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ fi
if (( ${NUMARGS} == 0 )) || hasArg python; then
SKBUILD_CMAKE_ARGS="${SKBUILD_EXTRA_CMAKE_ARGS}" \
SKBUILD_BUILD_OPTIONS="-j${PARALLEL_LEVEL}" \
python -m pip install --no-build-isolation --no-deps -vvv ${REPODIR}/python/cuvs
python -m pip install --no-build-isolation --no-deps --package-config disable-cuda=true ${REPODIR}/python/cuvs
fi

# Build the cuvs Rust bindings
Expand Down
Loading