We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d32b70 commit bc5d223Copy full SHA for bc5d223
conda/recipes/libcugraph/meta.yaml
@@ -42,7 +42,6 @@ requirements:
42
- {{ compiler('cxx') }}
43
- cmake {{ cmake_version }}
44
- ninja
45
- - openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests)
46
- {{ stdlib("c") }}
47
host:
48
{% if cuda_major == "11" %}
@@ -74,6 +73,7 @@ requirements:
74
73
- nccl {{ nccl_version }}
75
- rapids-build-backend>=0.3.1,<0.4.0.dev0
76
- libucxx {{ libucxx_version }}
+ - openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests)
77
78
outputs:
79
- name: libcugraph
0 commit comments