diff --git a/recipes/sentieon/meta.yaml b/recipes/sentieon/meta.yaml index be624c6675928..e2fee90b517d4 100644 --- a/recipes/sentieon/meta.yaml +++ b/recipes/sentieon/meta.yaml @@ -4,14 +4,14 @@ 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 + number: 1 skip: True # [not linux64] binary_relocation: false run_exports: @@ -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