Skip to content

Commit

Permalink
mutyper: add aarch64/arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Nov 4, 2024
1 parent 9f4b71f commit 810c068
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes/mutyper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
run_exports:
- {{ pin_subpackage('mutyper', max_pin="x") }}
number: 0
number: 1
skip: True # [py < 38 or py > 311]
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
Expand Down Expand Up @@ -53,3 +53,8 @@ about:
license_file: "LICENSE"
summary: "A Python package and command line utility for annotating the local ancestral sequence context of biallelic SNPs."
doc_url: "https://harrispopgen.github.io/mutyper"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit 810c068

Please sign in to comment.