Skip to content

Commit

Permalink
cortexpy: add aarch64/arm64 builds (#52733)
Browse files Browse the repository at this point in the history
* cortexpy: add aarch64/arm64 builds

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Try to build with Python 3.8

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

---------

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
martin-g and mencian authored Dec 18, 2024
1 parent 0531e7e commit 4c807e2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions recipes/cortexpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@ source:
sha256: '3e2c2e9d88bdc714b16b28cce1b5b77db4e4831c2e46287c90a3ddd063eca073'

build:
skip: True # [py27 or py >= 39]
number: 5
number: 6
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
entry_points:
- cortexpy=cortexpy.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"

requirements:
build:
- {{ compiler('cxx') }}
host:
- pip
- python
- python ==3.8
run:
- attrs
- biopython
- delegation
- msgpack-python
- networkx
- numpy
- python
- python ==3.8
- pyyaml
- schema

Expand All @@ -51,13 +52,16 @@ test:

about:
home: https://github.com/winni2k/cortexpy
license: Apache Software
license: Apache-2.0
license_family: APACHE
license_file: LICENSE.txt
summary: "A Python API for manipulating (Mc)Cortex de novo assembly graph and link data"
doc_url: https://cortexpy.readthedocs.io/en/v{{ version }}/
summary: "A Python API for manipulating (Mc)Cortex de novo assembly graph and link data."
doc_url: https://cortexpy.readthedocs.io/en/v{{ version }}
dev_url: https://github.com/winni2k/cortexpy

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- winni2k

0 comments on commit 4c807e2

Please sign in to comment.