From e1410950b9cf3227b9b9daf85f44d70b2bfd2a33 Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Fri, 14 Jun 2024 15:23:14 -0400 Subject: [PATCH] add run exports --- recipes/abyss/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/abyss/meta.yaml b/recipes/abyss/meta.yaml index 52c22997b0da0..84d6315866eec 100644 --- a/recipes/abyss/meta.yaml +++ b/recipes/abyss/meta.yaml @@ -7,6 +7,8 @@ package: build: number: 2 + run_exports: + - {{ pin_subpackage("abyss", max_pin="x") }} source: url: https://github.com/bcgsc/abyss/releases/download/{{ version }}/abyss-{{ version }}.tar.gz