Skip to content

Commit

Permalink
add libkvikio wheel build to manifest (#283)
Browse files Browse the repository at this point in the history
* Account for kvikio python folder nesting

rapidsai/kvikio#369 moves the python wheel code one level deeper so that we add support for a dedicated libkvikio wheel. This adjustment needs to be accounted for here. Confused PR run without this change: https://github.com/rapidsai/kvikio/actions/runs/8900188332/job/24441209009#step:7:1446

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

* add libkvikio python build; bump feature version

* add CMake args back

* reorder libkvikio to build before kvikio, bump feature version

---------

Co-authored-by: Vyas Ramasubramani <[email protected]>
Co-authored-by: Vyas Ramasubramani <[email protected]>
Co-authored-by: ptaylor <[email protected]>
Co-authored-by: Paul Taylor <[email protected]>
  • Loading branch information
5 people authored Jun 24, 2024
1 parent ecfaa57 commit 66c25e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.8.8",
"version": "24.8.9",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ repos:
sub_dir: cpp
depends: [rmm]
python:
- name: libkvikio
sub_dir: python/libkvikio
depends: [KvikIO]
args: {cmake: -DFIND_KVIKIO_CPP=ON, install: *rapids_build_backend_args}
- name: kvikio
sub_dir: python/kvikio
depends: [KvikIO]
Expand Down

0 comments on commit 66c25e3

Please sign in to comment.