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

reseek: add linux-aarch64 build #52193

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 5 additions & 1 deletion recipes/reseek/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 83296e5edcdccdf4848f52ff34f35b753fa9ae1d383c3347eee41ef7d26888b1

build:
number: 0
number: 1
skip: True #[osx]
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -30,3 +30,7 @@ about:
license: GPL-3.0-only
license_file: LICENSE
summary: Protein structure alignment and search algorithm

extra:
additional-platforms:
- linux-aarch64
Loading