Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into fix/manifest_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Nov 26, 2024
2 parents 46837f8 + 5d64b4f commit 6f94160
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion features/src/cccl-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install NVIDIA CCCL development utilities

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/cccl-dev:24": {}
"ghcr.io/rapidsai/devcontainers/features/cccl-dev:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install CMake

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/cmake:24": {}
"ghcr.io/rapidsai/devcontainers/features/cmake:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install the NVIDIA CUDA Toolkit

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/cuda:24": {}
"ghcr.io/rapidsai/devcontainers/features/cuda:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/gcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install gcc

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/gcc:24": {}
"ghcr.io/rapidsai/devcontainers/features/gcc:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/gitlab-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs the GitLab CLI. Auto-detects latest version and installs needed depende

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/gitlab-cli:24": {}
"ghcr.io/rapidsai/devcontainers/features/gitlab-cli:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install LLVM compilers and tools

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/llvm:24": {}
"ghcr.io/rapidsai/devcontainers/features/llvm:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/mambaforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install mambaforge

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/mambaforge:24": {}
"ghcr.io/rapidsai/devcontainers/features/mambaforge:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/ninja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install ninja-build

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/ninja:24": {}
"ghcr.io/rapidsai/devcontainers/features/ninja:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/nvhpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install the NVHPC SDK

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/nvhpc:24": {}
"ghcr.io/rapidsai/devcontainers/features/nvhpc:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/oneapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install the Intel oneapi toolchain

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/oneapi:24": {}
"ghcr.io/rapidsai/devcontainers/features/oneapi:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/openmpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install OpenMPI with optional CUDA and UCX support

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/openmpi:24": {}
"ghcr.io/rapidsai/devcontainers/features/openmpi:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install the RAPIDS devcontainer build utilities

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25": {}
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,21 +184,6 @@ repos:
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
install: *rapids_build_backend_args

- name: wholegraph
path: wholegraph
git: {<<: *git_defaults, repo: wholegraph}
cpp:
- name: wholegraph
sub_dir: cpp
depends: [raft]
args:
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
python:
- name: wholegraph
sub_dir: python/pylibwholegraph
depends: [wholegraph]
args: {install: *rapids_build_backend_args}

- name: cugraph
path: cugraph
git: {<<: *git_defaults, repo: cugraph}
Expand All @@ -221,23 +206,40 @@ repos:
sub_dir: python/cugraph
depends: [cugraph]
args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
- name: nx-cugraph
sub_dir: python/nx-cugraph
- name: cugraph-service-client
sub_dir: python/cugraph-service/client
args: {install: *rapids_build_backend_args}
- name: cugraph-service-server
sub_dir: python/cugraph-service/server
args: {install: *rapids_build_backend_args}

- name: cugraph-gnn
path: cugraph-gnn
git: {<<: *git_defaults, repo: cugraph-gnn}
cpp:
- name: wholegraph
sub_dir: cpp
depends: [raft]
args:
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
python:
- name: wholegraph
sub_dir: python/pylibwholegraph
depends: [wholegraph]
args: {install: *rapids_build_backend_args}
- name: cugraph-dgl
sub_dir: python/cugraph-dgl
args: {install: *rapids_build_backend_args}
- name: cugraph-equivariant
sub_dir: python/cugraph-equivariant
args: {install: *rapids_build_backend_args}
- name: cugraph_pyg
sub_dir: python/cugraph-pyg
args: {install: *rapids_build_backend_args}
- name: cugraph-service-client
sub_dir: python/cugraph-service/client
args: {install: *rapids_build_backend_args}
- name: cugraph-service-server
sub_dir: python/cugraph-service/server

- name: nx-cugraph
path: nx-cugraph
git: {<<: *git_defaults, repo: nx-cugraph}
python:
- name: nx-cugraph
sub_dir: .
args: {install: *rapids_build_backend_args}

- name: cuspatial
Expand Down
2 changes: 1 addition & 1 deletion features/src/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs Rust, common Rust utilities, and their required dependencies

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/rust:24": {}
"ghcr.io/rapidsai/devcontainers/features/rust:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/sccache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install sccache

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/sccache:24": {}
"ghcr.io/rapidsai/devcontainers/features/sccache:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/ucx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install UCX

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/ucx:24": {}
"ghcr.io/rapidsai/devcontainers/features/ucx:25": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion features/src/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A feature to install RAPIDS devcontainer utility scripts

```json
"features": {
"ghcr.io/rapidsai/devcontainers/features/utils:24": {}
"ghcr.io/rapidsai/devcontainers/features/utils:25": {}
}
```

Expand Down

0 comments on commit 6f94160

Please sign in to comment.