Skip to content

Commit

Permalink
Add osx-arm64 build to pydustmasker (bioconda#53629)
Browse files Browse the repository at this point in the history
* Add `osx-arm64` build to `pydustmasker`

* Skip `version_constraints_missing_whitespace` lint
  • Loading branch information
apcamargo authored Feb 2, 2025
1 parent a68e229 commit 5419ed1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
18 changes: 0 additions & 18 deletions recipes/pydustmasker/build.sh

This file was deleted.

25 changes: 20 additions & 5 deletions recipes/pydustmasker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,27 @@ source:
sha256: 03f875b3cdb595394eabed823d80d4da50d687f3ade4a017ff0159ce277ae331

build:
number: 2
number: 3
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
script:
- {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --disable-pip-version-check
- cargo-bundle-licenses --format yaml --output THIRDPARTY.yml

requirements:
build:
- {{ compiler('c') }}
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- crossenv # [build_platform != target_platform]
- maturin >=1.5,<2 # [build_platform != target_platform]
- {{ compiler("c") }}
- {{ compiler("rust") }}
- {{ stdlib("c") }}
- cargo-bundle-licenses
host:
- pip
- maturin
- python
- pip
- maturin >=1.5,<2
run:
- python

Expand All @@ -33,8 +43,13 @@ about:
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Python library for identification and masking of low-complexity regions in nucleotide sequences."
summary: >
Python library for identification and masking of low-complexity regions in
nucleotide sequences.
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
skip-lints:
- version_constraints_missing_whitespace # see https://github.com/bioconda/bioconda-recipes/issues/51185

0 comments on commit 5419ed1

Please sign in to comment.