Skip to content

Commit

Permalink
FIX prefix of cuda variables in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jul 10, 2023
1 parent e950ee0 commit 2a83318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ outputs:
- libcusparse-dev {{ cuda11_libcusparse_run_version }}
{% else %}
- cuda-cudart-dev {{ cuda_spec }}
- libcublas-dev {{ libcublas_run_version }}
- libcufft {{ libcufft_run_version }}
- libcurand {{ libcurand_run_version }}
- libcusparse {{ libcusparse_run_version }}
- libcublas-dev {{ cuda11_libcublas_run_version }}
- libcufft {{ cuda11_libcufft_run_version }}
- libcurand {{ cuda11_libcurand_run_version }}
- libcusparse {{ cuda11_libcusparse_run_version }}
{% endif %}
- libcumlprims ={{ minor_version }}
- libraft ={{ minor_version }}
Expand Down

0 comments on commit 2a83318

Please sign in to comment.