Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update abeona: enable linux-aarch64 build #46336

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions recipes/abeona/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ source:

build:
noarch: python
number: 1
number: 2
entry_points:
- abeona=abeona.__main__:main
script: '$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv '

string: pyhdfd78af_2
run_exports:
- {{ pin_subpackage("abeona", max_pin="x.x") }}
requirements:
host:
- pip
Expand Down Expand Up @@ -47,5 +49,7 @@ about:
dev_url: https://github.com/winni2k/abeona

extra:
additional-platforms:
- linux-aarch64
recipe-maintainers:
- winni2k
- winni2k
2 changes: 2 additions & 0 deletions recipes/bwa/0.7.8/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ about:
summary: The BWA read mapper.

extra:
additional-platforms:
- linux-aarch64
Copy link
Contributor

@martin-g martin-g Mar 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO dependencies should add support for linux-aarch64 in their own PRs
build > number is not updated. Probably run_exports too.

bwa 0.7.8 does not support Linux ARM64!
Only master branch supports it - https://github.com/lh3/bwa
lh3/bwa#401

identifiers:
- biotools:bwa
2 changes: 2 additions & 0 deletions recipes/cortexpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ about:
dev_url: https://github.com/winni2k/cortexpy

extra:
additional-platforms:
- linux-aarch64
recipe-maintainers:
- winni2k
2 changes: 2 additions & 0 deletions recipes/kallisto/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ about:
doc_url: "https://pachterlab.github.io/kallisto/manual.html"

extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:kallisto
- doi:10.1038/nbt.3519
Expand Down
2 changes: 2 additions & 0 deletions recipes/mccortex/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ about:
summary: 'De novo genome assembly and multisample variant calling '

extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:mccortex
Loading