From 2f51f74355b3c96c8bc6c21345b948b6360059fe Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:57:26 +0100 Subject: [PATCH 1/2] Sentieon add ARM support Add ARM support to Sentieon recipe. --- recipes/sentieon/meta.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes/sentieon/meta.yaml b/recipes/sentieon/meta.yaml index be624c6675928..613c049f07136 100644 --- a/recipes/sentieon/meta.yaml +++ b/recipes/sentieon/meta.yaml @@ -4,11 +4,11 @@ package: name: sentieon version: {{ version }} source: - - url: https://s3.amazonaws.com/sentieon-release/software/sentieon-genomics-{{ version }}.tar.gz # [linux64] - sha256: d51d1a192aa9fd3108f4baa5e1d0784ea80af6734fcc1a27a57e15779f43fcf1 # [linux64] - patches: # [linux64] + - url: https://s3.amazonaws.com/sentieon-release/software/sentieon-genomics-{{ version }}.tar.gz + sha256: d51d1a192aa9fd3108f4baa5e1d0784ea80af6734fcc1a27a57e15779f43fcf1 + patches: # Fix driver scripts so they resolves location including symlinks - - sentieon_symlinks.patch # [linux64] + - sentieon_symlinks.patch build: number: 0 @@ -41,5 +41,6 @@ about: summary: Accelerated performance bioinformatics tools for mapping and variant calling extra: - skip-lints: - - should_be_noarch_generic # Supports Linux64 only + additional-platforms: + - linux-aarch64 + - osx-arm64 From bd687be33458502c221956b9a65226f825b68726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Sat, 2 Nov 2024 20:20:25 +0100 Subject: [PATCH 2/2] Update meta.yaml --- recipes/sentieon/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sentieon/meta.yaml b/recipes/sentieon/meta.yaml index 613c049f07136..e2fee90b517d4 100644 --- a/recipes/sentieon/meta.yaml +++ b/recipes/sentieon/meta.yaml @@ -11,7 +11,7 @@ source: - sentieon_symlinks.patch build: - number: 0 + number: 1 skip: True # [not linux64] binary_relocation: false run_exports: