Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentieon add ARM support #51837

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading