File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
features/src/rapids-build-utils/opt/rapids-build-utils Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ repos:
35
35
depends : [rmm]
36
36
args : {cmake: -DUCXX_ENABLE_RMM=ON}
37
37
python :
38
+ # ucxx explicitly uses functions not in the limited API, so not attempting to enable limited API builds here for now
38
39
- name : ucxx
39
40
sub_dir : python/ucxx
40
41
depends : [ucxx]
41
- args : {cmake: -DFIND_UCXX_CPP=ON -DCMAKE_CXX_FLAGS="'-DPy_LIMITED_API=0x030B0000 -DCYTHON_LIMITED_API=1'" , install: *rapids_build_backend_args}
42
+ args : {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
42
43
- name : distributed-ucxx
43
44
sub_dir : python/distributed-ucxx
44
45
depends : [ucxx]
45
- args : {cmake: -DFIND_UCXX_CPP=ON -DCMAKE_CXX_FLAGS="'-DPy_LIMITED_API=0x030B0000 -DCYTHON_LIMITED_API=1'" , install: *rapids_build_backend_args}
46
+ args : {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
46
47
47
48
- name : kvikio
48
49
path : kvikio
You can’t perform that action at this time.
0 commit comments