Skip to content

Commit

Permalink
Added support for extra platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink authored Oct 20, 2024
1 parent 8dd05cc commit 59d69ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/diamond/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('diamond', max_pin="x") }}

Expand All @@ -22,10 +22,8 @@ requirements:
- make
host:
- zlib
- blast
- zstd-static
run:
- blast
- zlib

test:
Expand All @@ -44,3 +42,6 @@ extra:
identifiers:
- biotools:Diamond
- doi:10.1038/s41592-021-01101-x
additional-platforms:
- osx-arm64
- linux-aarch64

0 comments on commit 59d69ce

Please sign in to comment.