Skip to content

Commit 1e7008b

Browse files
authored
Merge pull request #133 from dalcinl/fix-recipe-libnl
recipe: Add libnl dependency on Linux
2 parents cfad5e8 + 0612218 commit 1e7008b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "5.0.0" %}
22
{% set major = version.rpartition('.')[0] %}
3-
{% set build = 0 %}
3+
{% set build = 1 %}
44

55
# give conda package a higher build number
66
{% if mpi_type == 'conda' %}
@@ -46,16 +46,14 @@ outputs:
4646
#- prrte
4747
- libhwloc
4848
- libevent
49+
- libnl # [linux]
4950
- zlib
5051
- ucx # [enable_ucx]
5152
- cuda-version {{ cuda_version }} # [enable_cuda]
5253
run:
5354
- mpi 1.0 openmpi
5455
#- openpmix
5556
#- prrte
56-
- libhwloc
57-
- libevent
58-
- zlib
5957
run_constrained:
6058
- {{ pin_compatible("ucx", max_pin="x.x") }} # [enable_ucx]
6159
# Open MPI only uses CUDA Driver APIs, set the minimal driver version

0 commit comments

Comments
 (0)