Skip to content

Commit

Permalink
pasta: add linux-aarch64; muscle/3.8 enable osx-arm64 (#53215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm authored Jan 14, 2025
1 parent 27b934b commit 254d4e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipes/muscle/3.8.1551/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- osx-makefile.patch

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

Expand All @@ -33,5 +33,6 @@ about:
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
identifiers:
- biotools:muscle
6 changes: 5 additions & 1 deletion recipes/pasta/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- mpstart.patch # issue in OSX py38 (not in Linux nor OSX py37): RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase.

build:
number: 2
number: 3
skip: true # [py == 312]
run_exports:
- {{ pin_subpackage('pasta', max_pin="x") }}
Expand Down Expand Up @@ -72,6 +72,10 @@ about:
summary: 'An implementation of the PASTA (Practical Alignment using Sate and TrAnsitivity) algorithm'

extra:
additional-platforms:
- linux-aarch64
# clustalw required
# - osx-arm64
skip-lints:
# necessary, because pasta is NOT platform independent:
# during build time, platform specific binaries for mafft/raxml/muscle/... are copied into the PREFIX/bin dir
Expand Down

0 comments on commit 254d4e3

Please # to comment.