Skip to content

Commit

Permalink
perl-io-compress linux aarch64 support (#52152)
Browse files Browse the repository at this point in the history
* Add osx-arm64 to r-facets, r-spp

* Add bioconductor-rsamtools osx-arm64 support - is a dependency for r-spp

* Revert attempt to include r-spp and bioconductor-rsamtools due to excessive dependencies to build for osx-arm64

* Add linux-aarch64 and osx-arm64 to perl-io-compress and blast.

* Oops - cut and pasta error

* add name variable to perl-io-compress meta.yaml

* Remove Blast from this patvh

* Update meta.yaml to remove osx-arm64 and show reason

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
dslarm and mencian authored Nov 19, 2024
1 parent c5eaf90 commit c7b594b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions recipes/perl-io-compress/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{% set name = "perl-io-compress" %}
package:
name: perl-io-compress
name: {{ name }}
version: 2.201

source:
url: https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-2.201.tar.gz
sha256: f6c55c4e39cfaa3219965dd3b36c9de1edee9a82a10a9cadeb3b74a9ceeeaaad

build:
number: 2

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

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

extra:
additional-platforms:
- linux-aarch64
# perl-compress-raw-bzip2 and perl-scalar-list-utils missing
# - osx-arm64
about:
home: http://metacpan.org/pod/IO-Compress
license: perl_5
Expand Down

0 comments on commit c7b594b

Please sign in to comment.