We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfad5e8 + 0612218 commit 1e7008bCopy full SHA for 1e7008b
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set version = "5.0.0" %}
2
{% set major = version.rpartition('.')[0] %}
3
-{% set build = 0 %}
+{% set build = 1 %}
4
5
# give conda package a higher build number
6
{% if mpi_type == 'conda' %}
@@ -46,16 +46,14 @@ outputs:
46
#- prrte
47
- libhwloc
48
- libevent
49
+ - libnl # [linux]
50
- zlib
51
- ucx # [enable_ucx]
52
- cuda-version {{ cuda_version }} # [enable_cuda]
53
run:
54
- mpi 1.0 openmpi
55
#- openpmix
56
- - libhwloc
57
- - libevent
58
- - zlib
59
run_constrained:
60
- {{ pin_compatible("ucx", max_pin="x.x") }} # [enable_ucx]
61
# Open MPI only uses CUDA Driver APIs, set the minimal driver version
0 commit comments