Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
minor recipe cleanup
  • Loading branch information
minrk authored Nov 6, 2024
1 parent dd1225c commit 6eeb9c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/libfabric/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
skip: true # [win]

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

requirements:
build:
Expand All @@ -24,15 +24,14 @@ requirements:
- make # [unix]
- pkg-config
host:
- curl
- libnl # [linux]
- rdma-core # [linux]
run:

test:
commands:
- fi_info --version
- fi_info --list # [linux]
- fi_info --list

about:
home: http://libfabric.org/
Expand Down

0 comments on commit 6eeb9c1

Please sign in to comment.