Skip to content

Commit 6327785

Browse files
committed
Disable ucxx
1 parent 0a7c413 commit 6327785

File tree

1 file changed

+3
-2
lines changed
  • features/src/rapids-build-utils/opt/rapids-build-utils

1 file changed

+3
-2
lines changed

features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ repos:
3535
depends: [rmm]
3636
args: {cmake: -DUCXX_ENABLE_RMM=ON}
3737
python:
38+
# ucxx explicitly uses functions not in the limited API, so not attempting to enable limited API builds here for now
3839
- name: ucxx
3940
sub_dir: python/ucxx
4041
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}
4243
- name: distributed-ucxx
4344
sub_dir: python/distributed-ucxx
4445
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}
4647

4748
- name: kvikio
4849
path: kvikio

0 commit comments

Comments
 (0)