Skip to content

Commit 06c22b0

Browse files
committed
Add the cxx-compiler back to rust build deps
1 parent 9392037 commit 06c22b0

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- cuda-nvtx-dev
1313
- cuda-profiler-api
1414
- cuda-version=12.9
15+
- cxx-compiler
1516
- gcc_linux-aarch64=14.*
1617
- libcublas-dev
1718
- libcurand-dev

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- cuda-nvtx-dev
1313
- cuda-profiler-api
1414
- cuda-version=12.9
15+
- cxx-compiler
1516
- gcc_linux-64=14.*
1617
- libcublas-dev
1718
- libcurand-dev

conda/environments/rust_cuda-131_arch-aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- cuda-nvtx-dev
1313
- cuda-profiler-api
1414
- cuda-version=13.1
15+
- cxx-compiler
1516
- gcc_linux-aarch64=14.*
1617
- libcublas-dev
1718
- libcurand-dev

conda/environments/rust_cuda-131_arch-x86_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- cuda-nvtx-dev
1313
- cuda-profiler-api
1414
- cuda-version=13.1
15+
- cxx-compiler
1516
- gcc_linux-64=14.*
1617
- libcublas-dev
1718
- libcurand-dev

dependencies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ dependencies:
264264
packages:
265265
- *cmake_ver
266266
- c-compiler
267+
- cxx-compiler
267268
specific:
268269
- output_types: conda
269270
matrices:

0 commit comments

Comments
 (0)