Skip to content

Commit

Permalink
concoct: add linux-aarch64 build
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 Jun 18, 2024
1 parent dd8f198 commit 2c675ae
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions recipes/concoct/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{% set name = "concoct" %}
{% set version = "1.1.0" %}

package:
name: concoct
version: "1.1.0"
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/BinPro/CONCOCT/archive/1.1.0.tar.gz
url: https://github.com/BinPro/CONCOCT/archive/{{ version }}.tar.gz
sha256: 00aecacb4b720ac123a63e65072c61e0b5a8690d844c869aaee4dbf287c82888

build:
preserve_egg_dir: True
number: 4
number: 5
skip: True # [osx]
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
build:
Expand All @@ -29,7 +34,7 @@ requirements:
- pandas >=0.11.0
- biopython >=1.62b
- pytz >=2013.9
- scikit-learn ==1.1.3
- scikit-learn >=1.1.3
- nose >=1.3.0
- gsl
- samtools
Expand All @@ -47,6 +52,8 @@ about:
license_family: BSD

extra:
additional-platforms:
- linux-aarch64
skip-lints:
- uses_setuptools # concoct uses pkg_resources
- cython_must_be_in_host # Cython needs to be in run as well currently
Expand Down

0 comments on commit 2c675ae

Please sign in to comment.