Skip to content

Commit

Permalink
fixup! Fix the cuml-build-python command for version 22.08+.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Oct 20, 2022
1 parent c597fbe commit b56a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bash-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export -f build-raft-python;
build-cuml-python() {
update-environment-variables $@ >/dev/null;
print-heading "Building cuml";
build-python "$CUML_HOME/python" --inplace -DFIND_CUML_CPP=ON;
build-python-new "$CUML_HOME/python" "CUML";
}

export -f build-cuml-python;
Expand Down

0 comments on commit b56a6ae

Please sign in to comment.