From 6eeb9c16cdfbdd601d870eedc53fff213ec4600a Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 6 Nov 2024 09:58:49 +0100 Subject: [PATCH] Apply suggestions from code review minor recipe cleanup --- recipes/libfabric/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/libfabric/meta.yaml b/recipes/libfabric/meta.yaml index 574a8ff4ab92c..d0fc057ceb8a2 100644 --- a/recipes/libfabric/meta.yaml +++ b/recipes/libfabric/meta.yaml @@ -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: @@ -24,7 +24,6 @@ requirements: - make # [unix] - pkg-config host: - - curl - libnl # [linux] - rdma-core # [linux] run: @@ -32,7 +31,7 @@ requirements: test: commands: - fi_info --version - - fi_info --list # [linux] + - fi_info --list about: home: http://libfabric.org/