Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR includes the following fixes for build.sh: - The parallel argument is for the build tool (make/ninja) and not CMake or setup.py, so it needs to be passed after a second `--`. - pylibraft requires the distances component of libraft to be compiled. If pylibraft is passed to build.sh, we need to force building libraft with the distance component - build.sh doesn't install by default, so the `CMAKE_PREFIX_PATH` that the Python build points to needs to also include the build directory in addition to the install directory. I think giving the build directory precedence makes more sense, but that could be changed if necessary. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Thejaswi. N. S (https://github.com/teju85) URL: #771
- Loading branch information