Skip to content

Commit

Permalink
Sentieon add ARM support (#51837)
Browse files Browse the repository at this point in the history
* Sentieon add ARM support

Add ARM support to Sentieon recipe.

* Update meta.yaml

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
adamrtalbot and bgruening authored Nov 2, 2024
1 parent dc2e4c4 commit 2ba9720
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions recipes/sentieon/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2ba9720

Please sign in to comment.