|
9 | 9 | {% if cudatoolkit == '11.8.0' %}
|
10 | 10 | {% set cuda_constraints=">=11.4,<12" %}
|
11 | 11 | {% set libcublas_constraints=">=11.6,<12" %}
|
| 12 | +{% set cudart_constraints="=12.6.77" %} |
12 | 13 | {% elif cudatoolkit == '12.4.0' %}
|
13 | 14 | {% set cuda_constraints=">=12.1,<12.5" %}
|
14 | 15 | {% set libcublas_constraints=">=12.1,<13" %}
|
| 16 | +{% set cudart_constraints=">=12.4,<12.5" %} |
15 | 17 | {% endif %}
|
16 | 18 |
|
17 | 19 | package:
|
@@ -54,12 +56,12 @@ outputs:
|
54 | 56 | - mkl =2023 # [x86_64]
|
55 | 57 | - mkl-devel =2023 # [x86_64]
|
56 | 58 | - cuda-toolkit {{ cudatoolkit }}
|
57 |
| - - cuda-cudart =12.6.77 |
58 |
| - - cuda-cudart-dev =12.6.77 |
59 |
| - - cuda-cudart-static =12.6.77 |
60 |
| - - cuda-cudart_linux-64 =12.6.77 # [linux64] |
61 |
| - - cuda-cudart-dev_linux-64 =12.6.77 # [linux64] |
62 |
| - - cuda-cudart-static_linux-64 =12.6.77 # [linux64] |
| 59 | + - cuda-cudart {{ cudart_constraints }} |
| 60 | + - cuda-cudart-dev {{ cudart_constraints }} |
| 61 | + - cuda-cudart-static {{ cudart_constraints }} |
| 62 | + - cuda-cudart_linux-64 {{ cudart_constraints }} # [linux64] |
| 63 | + - cuda-cudart-dev_linux-64 {{ cudart_constraints }} # [linux64] |
| 64 | + - cuda-cudart-static_linux-64 {{ cudart_constraints }} # [linux64] |
63 | 65 | host:
|
64 | 66 | - _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
|
65 | 67 | - mkl =2023 # [x86_64]
|
|
0 commit comments