Skip to content

Commit 97d9b42

Browse files
committed
update recipe to use newer magma naming where possible
1 parent f2c862a commit 97d9b42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)