Skip to content

Commit

Permalink
config-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 22, 2024
1 parent 79f1aa6 commit a7b6051
Showing 1 changed file with 1 addition and 1 deletion.
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 --package-config disable-cuda=true ${REPODIR}/python/cuvs
python -m pip install --no-build-isolation --no-deps --config-setting disable-cuda=true ${REPODIR}/python/cuvs
fi

# Build the cuvs Rust bindings
Expand Down

0 comments on commit a7b6051

Please sign in to comment.