Skip to content

Commit

Permalink
Add linux-aarch64 and osx-arm64 to perl-io-compress and blast.
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm committed Nov 17, 2024
1 parent 62e6502 commit 80b6353
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
11 changes: 4 additions & 7 deletions recipes/blast/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
- update_configsub.patch

build:
number: 2
number: 3
run_exports:
# Now, the point releases seem to be only bugfixes at least (but this definitely was not the
# case up to v2.2.31)
Expand Down Expand Up @@ -96,12 +96,9 @@ about:
extra:
# this can be enabled once:
# perl-list-moreutils-xs, perl-io-compress
# have ARM builds available
#additional-platforms:
# - linux-aarch64
# - osx-arm64
additional-platforms:
- linux-aarch64
- osx-arm64
identifiers:
- biotools:blast
- doi:10.1016/S0022-2836(05)80360-2
Expand Down
10 changes: 8 additions & 2 deletions recipes/perl-io-compress/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ source:
sha256: f6c55c4e39cfaa3219965dd3b36c9de1edee9a82a10a9cadeb3b74a9ceeeaaad

build:
number: 2

number: 3
run_exports:
- {{ pin_subpackage('bedtools', max_pin="x") }}

requirements:
build:
- make
Expand Down Expand Up @@ -55,6 +57,10 @@ test:
- IO::Uncompress::RawInflate
- IO::Uncompress::Unzip

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
about:
home: http://metacpan.org/pod/IO-Compress
license: perl_5
Expand Down

0 comments on commit 80b6353

Please sign in to comment.