Skip to content

Commit

Permalink
Moved libuuid to the build section
Browse files Browse the repository at this point in the history
  • Loading branch information
j34ni committed Oct 27, 2024
1 parent 68040f2 commit 64fad45
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions recipes/libfabric/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,19 @@ build:

run_exports:
- {{ pin_subpackage('libfabric', max_pin='x.y') }}
ignore_run_exports:
- libnuma
- libuuid

requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- libtool # [unix]
- libuuid
- make # [unix]
- pkg-config
host:
- curl
- libnl # [linux]
- libuuid
- numactl # [linux]
- pkg-config
- libnuma # [linux]
- rdma-core # [linux]
run:

Expand Down

0 comments on commit 64fad45

Please sign in to comment.