File tree 1 file changed +3
-3
lines changed
features/src/rapids-build-utils/opt/rapids-build-utils
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ repos:
41
41
- name : ucxx
42
42
sub_dir : python/ucxx
43
43
depends : [ucxx]
44
- args : {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
44
+ args : {cmake: -DFIND_UCXX_CPP=ON -DCMAKE_CXX_FLAGS="'-DPy_LIMITED_API=0x030B0000 -DCYTHON_LIMITED_API=1'" , install: *rapids_build_backend_args}
45
45
- name : distributed-ucxx
46
46
sub_dir : python/distributed-ucxx
47
47
depends : [ucxx]
48
- args : {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
48
+ args : {cmake: -DFIND_UCXX_CPP=ON -DCMAKE_CXX_FLAGS="'-DPy_LIMITED_API=0x030B0000 -DCYTHON_LIMITED_API=1'" , install: *rapids_build_backend_args}
49
49
50
50
- name : kvikio
51
51
path : kvikio
62
62
- name : kvikio
63
63
sub_dir : python/kvikio
64
64
depends : [KvikIO]
65
- args : {install: *rapids_build_backend_args}
65
+ args : {install: *rapids_build_backend_args, cmake: -DCMAKE_CXX_FLAGS="'-DPy_LIMITED_API=0x030B0000 -DCYTHON_LIMITED_API=1'" }
66
66
67
67
- name : cudf
68
68
path : cudf
You can’t perform that action at this time.
0 commit comments