File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,9 @@ requirements:
133133 - libcurand-dev
134134 - libcusolver-dev
135135 - libcusparse-dev
136+ - libmagma-devel # [cuda_compiler_version != "12.8"]
136137 # cannot (yet) use libmagma-devel due to https://github.com/conda-forge/libmagma-feedstock/issues/32
137- - magma
138+ - magma # [cuda_compiler_version == "12.8"]
138139 - nccl # [linux]
139140 - nvtx-c
140141 {% endif %}
@@ -276,8 +277,9 @@ outputs:
276277 - libcurand-dev
277278 - libcusolver-dev
278279 - libcusparse-dev
280+ - libmagma-devel # [cuda_compiler_version != "12.8"]
279281 # cannot (yet) use libmagma-devel due to https://github.com/conda-forge/libmagma-feedstock/issues/32
280- - magma
282+ - magma # [cuda_compiler_version == "12.8"]
281283 - nccl # [linux]
282284 - nvtx-c
283285 {% endif %}
You can’t perform that action at this time.
0 commit comments