Skip to content

Commit

Permalink
pylibseq: add linux-aarch64 build (#48803)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
martin-g and mencian authored Dec 23, 2024
1 parent 0ca83c0 commit 57b7800
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions recipes/pylibseq/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ source:
- patch

build:
number: 7
skip: True # [py<30 or osx]
number: 8
skip: True # [osx]
script: {{ PYTHON }} -m pip install . --no-deps -vv
run_exports:
- {{ pin_subpackage('pylibseq', max_pin="x.x") }}

requirements:
build:
Expand All @@ -36,7 +38,11 @@ test:

about:
home: http://pypi.python.org/pypi/pylibseq
license: GPLv3+
license_family: GPL
license: GPL-3.0-or-later
license_family: GPL3
license_file: COPYING
summary: 'A Python interface to libsequence'

extra:
additional-platforms:
- linux-aarch64

0 comments on commit 57b7800

Please sign in to comment.