Skip to content

Commit

Permalink
Add libnvjpeg to host
Browse files Browse the repository at this point in the history
This gets pulled in by `libnvjpeg-dev`, but isn't properly version
constrained. So make sure that it is by requiring it explicitly with the
intended version.
  • Loading branch information
jakirkham committed Jul 13, 2023
1 parent d96d41b commit 4623692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ requirements:
{% if cuda_major == "11" %}
- libcufile {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile-dev {{ cuda11_libcufile_host_version }} # [linux64]
- libnvjpeg {{ cuda11_libnvjpeg_host_version }} # [linux64]
- libnvjpeg-dev {{ cuda11_libnvjpeg_host_version }} # [linux64]
{% else %}
- libcufile-dev # [linux64]
Expand Down

0 comments on commit 4623692

Please sign in to comment.