Skip to content

Commit

Permalink
Use cuda-version in requirements/build
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
jakirkham and bdice authored Aug 6, 2024
1 parent ef51bf7 commit c944a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} {{ cuda_version }}
- {{ compiler('cuda') }}
- cuda-version {{ cuda_version }}
- {{ stdlib('c') }}
- cmake >=3.26.4,!=3.30.0
- ninja
Expand Down

0 comments on commit c944a3a

Please sign in to comment.