Skip to content

Commit

Permalink
Add linux-aarch64 and/or osx-arm64 variants to various perl-unicode-* (
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm authored Nov 5, 2024
1 parent b022dd4 commit aedd09d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion recipes/perl-unicode-map/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:
sha256: {{ sha256 }}

build:
number: 7
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
number: 8

requirements:
build:
Expand All @@ -35,3 +37,8 @@ about:
home: http://metacpan.org/pod/Unicode::Map
license: unknown
summary: 'An utility to map texts from and to unicode'

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
9 changes: 8 additions & 1 deletion recipes/perl-unicode-normalize/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:
sha256: {{ sha256 }}

build:
number: 5
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
number: 6

requirements:
build:
Expand Down Expand Up @@ -39,3 +41,8 @@ about:
home: http://metacpan.org/pod/Unicode::Normalize
license: perl_5
summary: 'Unicode Normalization Forms'

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
9 changes: 8 additions & 1 deletion recipes/perl-unicode-utf8/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:
sha256: {{ sha256 }}

build:
number: 6
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
number: 7

requirements:
build:
Expand All @@ -38,3 +40,8 @@ about:
home: http://metacpan.org/pod/Unicode::UTF8
license: perl_5
summary: 'Encoding and decoding of UTF-8 encoding form'

extra:
# osx-arm64 is erroring due to missing perl-encode in conda forge
additional-platforms:
- linux-aarch64

0 comments on commit aedd09d

Please sign in to comment.