Skip to content

Commit

Permalink
Requre libnvjpeg for CUDA 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 13, 2023
1 parent bcd5255 commit 18bd036
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conda/recipes/libcucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ cuda11_libcufile_host_version:

cuda11_libcufile_run_version:
- ">=1.0.0.82,<=1.4.0.31"

cuda11_libnvjpeg_host_version:
- "11.6.0.55"
6 changes: 4 additions & 2 deletions conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ requirements:
host:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- libcufile {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile-dev {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile-dev {{ cuda11_libcufile_host_version }} # [linux64]
- libnvjpeg-static {{ cuda11_libnvjpeg_host_version }} # [linux64]
- libnvjpeg-dev {{ cuda11_libnvjpeg_host_version }} # [linux64]
{% else %}
- libcufile-dev # [linux64]
- libnvjpeg-dev # [linux64]
Expand Down

0 comments on commit 18bd036

Please sign in to comment.