Skip to content

Commit

Permalink
pyhmmer: enable linux-aarch64 build (#46551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Mar 19, 2024
1 parent c47bb58 commit c6d4da0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/pyhmmer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ source:
sha256: 2c7bda6f5c5520d708c7886a6303229a275791fe4e7074a716dbb63fec16804b

build:
number: 0
skip: True #[py2k or win]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --use-pep517 -vvv"
number: 1
skip: True # [py2k or win]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv"
run_exports:
- {{ pin_subpackage('pyhmmer', max_pin="x.x") }}

Expand All @@ -23,7 +23,6 @@ requirements:
- python
- pip
- cython
- setuptools >=46.4
- psutil >=5.8
run:
- python
Expand All @@ -44,9 +43,12 @@ about:
license_file: COPYING
summary: Cython bindings and Python interface to HMMER3.
doc_url: https://pyhmmer.readthedocs.io
dev_url: https://github.com/althonos/pyhmmer

extra:
recipe-maintainers:
- althonos
identifiers:
- DOI:10.1093/bioinformatics/btad214
additional-platforms:
- linux-aarch64

0 comments on commit c6d4da0

Please sign in to comment.