Skip to content

Commit

Permalink
disable-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 22, 2024
1 parent 42c5abe commit fe50181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ if (! hasArg --configure-only) && (completeBuild || hasArg cuml || hasArg pydocs
fi

SKBUILD_CMAKE_ARGS="-DCMAKE_MESSAGE_LOG_LEVEL=${CMAKE_LOG_LEVEL};${SKBUILD_EXTRA_CMAKE_ARGS}" \
python -m pip install --no-build-isolation --no-deps ${REPODIR}/python
python -m pip install --no-build-isolation --no-deps --package-config disable-cuda=true ${REPODIR}/python

if hasArg pydocs; then
cd ${REPODIR}/docs
Expand All @@ -304,5 +304,5 @@ fi

if hasArg cuml-cpu; then
SKBUILD_CMAKE_ARGS="-DCUML_CPU=ON;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE" \
python -m pip install --no-build-isolation --no-deps -v ${REPODIR}/python
python -m pip install --no-build-isolation --no-deps --package-config disable-cuda=true ${REPODIR}/python
fi

0 comments on commit fe50181

Please sign in to comment.