Skip to content

Commit

Permalink
Ensure nvcc package is available for build so that CUDA runtime heade…
Browse files Browse the repository at this point in the history
…rs are found
  • Loading branch information
vyasr committed Feb 11, 2025
1 parent 9e64bc5 commit 806692a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- cloudpickle
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-nvcc
- cuda-version=12.8
- cudf==25.4.*,>=0.0.0a0
- cupy>=12.0.0
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ dependencies:
cuda: "12.*"
packages:
- cuda-cudart-dev
- cuda-nvcc
dev:
common:
- output_types: [conda]
Expand Down

0 comments on commit 806692a

Please sign in to comment.