File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4040 # Need Python 3.11 for the buffer protocol in the limited API
4141 export PYTHON_VERSION="3.11"
4242 clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules --no-update-env;
43- clone-rmm --upstream vyas/rmm --branch feat/py_limited_api_compat --clone-upstream
4443 rapids-generate-scripts
4544 . rapids-make-${PYTHON_PACKAGE_MANAGER}-env
4645 # The latest version of this branch includes both my patches (required
5150 # Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
5251 python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5352
53+ # Point to the rmm branch with the fixes
54+ git -C ~/rmm remote add vyasr https://github.com/vyasr/rmm.git
55+ git -C ~/rmm fetch vyasr
56+ git -C ~/rmm checkout feat/py_limited_api_compat
57+
5458 build-all \
5559 -v \
5660 -j$(nproc --ignore=1) \
You can’t perform that action at this time.
0 commit comments