Skip to content

Commit

Permalink
Drop redundant cudatoolkits from host
Browse files Browse the repository at this point in the history
As `cudatoolkit` already is pulled in by `{{ compiler('cuda11') }}`.
There is no need to list it explicitly. So go ahead and drop it.

Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
jakirkham and bdice authored Jun 29, 2023
1 parent 1559ae5 commit c90230d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ requirements:
host:
- click
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit
{% endif %}
- cupy >=12.0.0
- libcucim ={{ version }}
- numpy 1.21
Expand Down
1 change: 0 additions & 1 deletion conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ requirements:
host:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit
- libcufile {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile-dev {{ cuda11_libcufile_host_version }} # [linux64]
{% else %}
Expand Down

0 comments on commit c90230d

Please sign in to comment.