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

genbank: add aarch64/arm64 builds #51448

Merged
merged 1 commit into from
Oct 17, 2024
Merged
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
8 changes: 6 additions & 2 deletions recipes/genbank/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
sha256: f37d0d1ca680bda68d03385cc0ce966b9023cbf54a1c9a71213b730013882a5f

build:
number: 0
skip: True # [py < 36]
number: 1
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
run_exports:
- {{ pin_subpackage('genbank', max_pin="x.x") }}
Expand All @@ -35,3 +34,8 @@ about:
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE

extra:
additional-platforms:
- linux-aarch64
- osx-arm64