Skip to content

Commit

Permalink
Switch back to using cuda_compiler_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Aug 6, 2024
1 parent 95e72ad commit 88f7e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export CUDA_VERSION="$(cat pynvjitlink/CUDA_VERSION)"

rapids-conda-retry mambabuild \
conda/recipes/pynvjitlink \
--variants "{cuda_version: ['${CUDA_VERSION}']}" \
--variants "{cuda_compiler_version: ['${CUDA_VERSION}']}" \
;

rapids-upload-conda-to-s3 python
3 changes: 1 addition & 2 deletions conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ requirements:
- {{ compiler('cxx') }}
- {{ compiler('cuda') }}
- {{ stdlib('c') }}
- cuda-version {{ cuda_version }}
- cmake >=3.26.4,!=3.30.0
- ninja
host:
- cuda-version {{ cuda_version }}
- cuda-version {{ cuda_compiler_version }}
- libnvjitlink-dev
- libnvjitlink-static
- python
Expand Down

0 comments on commit 88f7e13

Please sign in to comment.