Skip to content

Commit

Permalink
r-metacoder: add aarch64/arm64 builds (#53822)
Browse files Browse the repository at this point in the history
* r-metacoder: add aarch64/arm64 builds

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Do not build osx-arm64. It depends on several missing r-** packages from conda-forge

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

---------

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Feb 14, 2025
1 parent a260a51 commit 239c9ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/r-metacoder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: 9980a6653b3d74ae51e529a8205cc350616175e8230669be85fc5ffd377ca1c8

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('r-metacoder', max_pin="x.x") }}
rpaths:
Expand Down Expand Up @@ -86,6 +86,8 @@ about:
- '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3'

extra:
additional-platforms:
- linux-aarch64
recipe-maintainers:
- brendanf

Expand Down

0 comments on commit 239c9ab

Please sign in to comment.