From 77df6d106be566ef9c8db66c6c6c188c26da64d9 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 1 Aug 2024 15:05:01 +0300 Subject: [PATCH] phylip: add aarch64/arm64 builds Signed-off-by: Martin Tzvetanov Grigorov --- build-fail-blacklist | 1 - recipes/phylip/meta.yaml | 18 +++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/build-fail-blacklist b/build-fail-blacklist index 6ee7994adc790..f8ffcf6087309 100644 --- a/build-fail-blacklist +++ b/build-fail-blacklist @@ -313,7 +313,6 @@ recipes/bam-readcount recipes/mqc recipes/roprofile recipes/chanjo -recipes/phylip recipes/gqt recipes/diamond_add_taxonomy recipes/shapemapper diff --git a/recipes/phylip/meta.yaml b/recipes/phylip/meta.yaml index a74c39229bcde..219be3772dd9c 100644 --- a/recipes/phylip/meta.yaml +++ b/recipes/phylip/meta.yaml @@ -4,12 +4,15 @@ ## a requirement for the r-rphylip recipe, and currently bioconda does ## not search biobuilds) +{% set name = "phylip" %} +{% set version = "3.697" %} + package: - name: phylip - version: 3.697 + name: {{ name }} + version: {{ version }} source: - url: http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz + url: http://evolution.gs.washington.edu/phylip/download/phylip-{{ version }}.tar.gz md5: 0e83d17fb4d668213603c86bc21d9012 patches: - makefile.patch @@ -22,7 +25,9 @@ build: # font-paths.patch file from # /share/phylip-3.696-/fonts/fontfile to # /share/phylip-3.696-/fonts/fontfile - number: 1 + number: 2 + run_exports: + - {{ pin_subpackage(name, max_pin="x") }} detect_binary_files_with_prefix: true script_env: - BB_ARCH_FLAGS @@ -34,7 +39,7 @@ requirements: - make - {{ compiler('c') }} run: - - openjdk >=6 + - openjdk >=8 - python test: @@ -84,5 +89,8 @@ about: # u.washington.edu . extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 identifiers: - biotools:PHYLIP