From 254d4e319f6e5711d036e8ef4471537d2e7bf0e6 Mon Sep 17 00:00:00 2001 From: dslarm <38504854+dslarm@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:01:44 +0000 Subject: [PATCH] pasta: add linux-aarch64; muscle/3.8 enable osx-arm64 (#53215) --- recipes/muscle/3.8.1551/meta.yaml | 3 ++- recipes/pasta/meta.yaml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/muscle/3.8.1551/meta.yaml b/recipes/muscle/3.8.1551/meta.yaml index a54ede4fb4fce..6a6cbf25fd348 100644 --- a/recipes/muscle/3.8.1551/meta.yaml +++ b/recipes/muscle/3.8.1551/meta.yaml @@ -12,7 +12,7 @@ source: - osx-makefile.patch build: - number: 7 + number: 8 run_exports: - {{ pin_subpackage(name, max_pin="x") }} @@ -33,5 +33,6 @@ about: extra: additional-platforms: - linux-aarch64 + - osx-arm64 identifiers: - biotools:muscle diff --git a/recipes/pasta/meta.yaml b/recipes/pasta/meta.yaml index 7115e94c09680..e6b4fadf666d7 100644 --- a/recipes/pasta/meta.yaml +++ b/recipes/pasta/meta.yaml @@ -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") }} @@ -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