Skip to content

Commit

Permalink
add manifest entry for libcuspatial wheels (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 4, 2024
1 parent 0af880e commit f9155e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.10.7",
"version": "24.10.8",
"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 @@ -256,6 +256,9 @@ repos:
sub_dir: cpp
depends: [cudf]
python:
- name: libcuspatial
sub_dir: python/libcuspatial
depends: [cuspatial]
- name: cuproj
sub_dir: python/cuproj
depends: [rmm]
Expand All @@ -270,4 +273,4 @@ repos:
- name: cuspatial
sub_dir: python/cuspatial
depends: [cuspatial]
args: {cmake: -DFIND_CUSPATIAL_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}

0 comments on commit f9155e8

Please sign in to comment.