Skip to content

Commit 53ca72b

Browse files
committed
dependencies for devc
1 parent 8ce1ade commit 53ca72b

5 files changed

Lines changed: 29 additions & 0 deletions

File tree

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- libnvjitlink-dev
3131
- libopenblas<=0.3.30
3232
- librmm==26.8.*,>=0.0.0a0
33+
- libucxx
3334
- make
3435
- nccl>=2.19
3536
- ninja

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- libcusparse-dev
3030
- libnvjitlink-dev
3131
- librmm==26.8.*,>=0.0.0a0
32+
- libucxx
3233
- make
3334
- nccl>=2.19
3435
- ninja

conda/environments/all_cuda-133_arch-aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- libnvjitlink-dev
3131
- libopenblas<=0.3.30
3232
- librmm==26.8.*,>=0.0.0a0
33+
- libucxx
3334
- make
3435
- nccl>=2.19
3536
- ninja

conda/environments/all_cuda-133_arch-x86_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- libcusparse-dev
3030
- libnvjitlink-dev
3131
- librmm==26.8.*,>=0.0.0a0
32+
- libucxx
3233
- make
3334
- nccl>=2.19
3435
- ninja

dependencies.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ files:
1919
- depends_on_librmm
2020
- depends_on_pylibraft
2121
- depends_on_nccl
22+
- depends_on_libucxx
2223
- docs
2324
- rapids_build
2425
- run_py_cuvs
@@ -56,6 +57,7 @@ files:
5657
- test_libcuvs
5758
- depends_on_libcuvs
5859
- depends_on_libcuvs_tests
60+
- depends_on_libucxx
5961
test_python:
6062
output: none
6163
includes:
@@ -686,6 +688,29 @@ dependencies:
686688
packages:
687689
- librmm-cu13==26.8.*,>=0.0.0a0
688690
- {matrix: null, packages: [*librmm_unsuffixed]}
691+
depends_on_libucxx:
692+
common:
693+
- output_types: conda
694+
packages:
695+
- &libucxx_unsuffixed libucxx
696+
- output_types: requirements
697+
packages:
698+
# pip recognizes the index as a global option for the requirements.txt file
699+
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
700+
specific:
701+
- output_types: [requirements, pyproject]
702+
matrices:
703+
- matrix:
704+
cuda: "12.*"
705+
cuda_suffixed: "true"
706+
packages:
707+
- libucxx-cu12
708+
- matrix:
709+
cuda: "13.*"
710+
cuda_suffixed: "true"
711+
packages:
712+
- libucxx-cu13
713+
- {matrix: null, packages: [*libucxx_unsuffixed]}
689714
depends_on_pylibraft:
690715
common:
691716
- output_types: conda

0 commit comments

Comments
 (0)