From 43c4d63ffa3b3ad1a5121d88d0d359041a7a7a17 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 21 Mar 2024 12:55:26 +0200 Subject: [PATCH] bwa: update to latest master and add linux-aarch64 Signed-off-by: Martin Tzvetanov Grigorov --- recipes/bwa/meta.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/recipes/bwa/meta.yaml b/recipes/bwa/meta.yaml index b781e21c89e93..22a4df282cad5 100644 --- a/recipes/bwa/meta.yaml +++ b/recipes/bwa/meta.yaml @@ -6,13 +6,16 @@ package: version: {{ version }} source: - url: https://github.com/lh3/bwa/archive/v{{ version }}.tar.gz - sha256: {{ sha256 }} + git_url: https://github.com/lh3/bwa.git + git_rev: 139f68fc4c3747813783a488aef2adc86626b01b patches: - Makefile.patch build: - number: 11 + number: 12 + run_exports: + - {{ pin_subpackage("bwa", max_pin="x.x.x") }} + requirements: build: @@ -37,6 +40,11 @@ about: summary: The BWA read mapper. extra: + additional-platforms: + - linux-aarch64 + skip-lints: + - uses_vcs_url + - missing_hash identifiers: - biotools:bwa - usegalaxy-eu:bwa_mem