Skip to content

Commit 9ffb7c1

Browse files
authored
Try building ucxx and kvikio with the limited API too
1 parent 1e8b74d commit 9ffb7c1

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ repos:
4141
- name: ucxx
4242
sub_dir: python/ucxx
4343
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}
4545
- name: distributed-ucxx
4646
sub_dir: python/distributed-ucxx
4747
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}
4949

5050
- name: kvikio
5151
path: kvikio
@@ -62,7 +62,7 @@ repos:
6262
- name: kvikio
6363
sub_dir: python/kvikio
6464
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'"}
6666

6767
- name: cudf
6868
path: cudf

0 commit comments

Comments
 (0)