Skip to content

Commit bc5d223

Browse files
Try making openmpi a host dependency
1 parent 9d32b70 commit bc5d223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/recipes/libcugraph/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ requirements:
4242
- {{ compiler('cxx') }}
4343
- cmake {{ cmake_version }}
4444
- ninja
45-
- openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests)
4645
- {{ stdlib("c") }}
4746
host:
4847
{% if cuda_major == "11" %}
@@ -74,6 +73,7 @@ requirements:
7473
- nccl {{ nccl_version }}
7574
- rapids-build-backend>=0.3.1,<0.4.0.dev0
7675
- libucxx {{ libucxx_version }}
76+
- openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests)
7777

7878
outputs:
7979
- name: libcugraph

0 commit comments

Comments
 (0)