Skip to content

Commit

Permalink
Update the rapids_core_dependencies/meta.yaml for cuda 12
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jul 12, 2023
1 parent e34181f commit f04edcc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions conda/recipes/rapids_core_dependencies/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ requirements:
build:
- cmake>=3.23.1,!=3.25.0
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} {{ cuda_version }}
{% if cuda_major == "11" %}
- {{ compiler('cuda11') }} {{ cuda_version }}
{% else %}
- {{ compiler('cuda') }}
{% endif %}
- cuda-version ={{ cuda_version }}
- make
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- cudatoolkit ={{ cuda_version }}
- cuda-version ={{ cuda_version }}

about:
home: https://rapids.ai/
Expand Down

0 comments on commit f04edcc

Please sign in to comment.