Skip to content

Commit

Permalink
pyrodigal: enable linux-aarch64 build (#46553)
Browse files Browse the repository at this point in the history
* pyrodigal: enable linux-aarch64 build

* bump build number
  • Loading branch information
mencian authored Mar 19, 2024
1 parent 027fbbc commit 6466b72
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions recipes/pyrodigal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ source:
sha256: 68f92cd83f9cd2883b99433847a827dd84ccb27edc51cb3f415664f0f08b0325

build:
number: 0
number: 1
skip: True # [py < 36]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --use-pep517 -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv"
entry_points:
- pyrodigal = pyrodigal.cli:main
run_exports:
- {{ pin_subpackage("pyrodigal", max_pin="x.x") }}
- {{ pin_subpackage("pyrodigal", max_pin="x") }}

requirements:
build:
Expand All @@ -25,7 +25,6 @@ requirements:
- python
- pip
- cython
- setuptools
run:
- python
- archspec >=0.2.0
Expand All @@ -39,14 +38,17 @@ test:

about:
home: https://github.com/althonos/pyrodigal
license: GPL-3
license_family: GPL
license: GPL-3.0-or-later
license_family: GPL3
license_file: COPYING
summary: Python bindings to Prodigal, an ORF finder for microbial sequences.
doc_url: https://pyrodigal.readthedocs.org/
dev_url: https://github.com/althonos/pyrodigal

extra:
recipe-maintainers:
- althonos
identifiers:
- doi:10.21105/joss.04296 # JOSS paper
additional-platforms:
- linux-aarch64

0 comments on commit 6466b72

Please sign in to comment.