From 9dd98430bb5f7a1624b96f35955f28440086d478 Mon Sep 17 00:00:00 2001 From: HWsunqian0027 Date: Wed, 20 Mar 2024 20:42:22 +0800 Subject: [PATCH] linux-aarch64 build for 3seq --- recipes/3seq/meta.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/3seq/meta.yaml b/recipes/3seq/meta.yaml index fc3d68b5e7018..09af27da2748b 100644 --- a/recipes/3seq/meta.yaml +++ b/recipes/3seq/meta.yaml @@ -7,7 +7,9 @@ package: version: {{ version }} build: - number: 3 + number: 4 + run_exports: + - {{ pin_subpackage("3seq", max_pin="x.x.x") }} source: url: https://gitlab.com/lamhm/{{ name|lower }}/-/archive/v{{ version }}/3seq-v{{ version }}.tar.gz @@ -31,3 +33,7 @@ about: license: CC BY-NC-SA 4.0 license_file: LICENSE.md summary: '3SEQ tests all sequence triplets in an alignment for a mosaic recombination signal.' + +extra: + additional-platforms: + - linux-aarch64