File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
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
4344 rapids-generate-scripts
4445 . rapids-make-${PYTHON_PACKAGE_MANAGER}-env
4546 # The latest version of this branch includes both my patches (required
5051 # Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
5152 python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5253
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-
5854 build-all \
5955 -v \
6056 -j$(nproc --ignore=1) \
You can’t perform that action at this time.
0 commit comments