Skip to content

Commit

Permalink
phylip: add aarch64/arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Aug 1, 2024
1 parent d78680b commit 77df6d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ recipes/bam-readcount
recipes/mqc
recipes/roprofile
recipes/chanjo
recipes/phylip
recipes/gqt
recipes/diamond_add_taxonomy
recipes/shapemapper
Expand Down
18 changes: 13 additions & 5 deletions recipes/phylip/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +25,9 @@ build:
# font-paths.patch file from
# /share/phylip-3.696-<oldversion>/fonts/fontfile to
# /share/phylip-3.696-<new version>/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
Expand All @@ -34,7 +39,7 @@ requirements:
- make
- {{ compiler('c') }}
run:
- openjdk >=6
- openjdk >=8
- python

test:
Expand Down Expand Up @@ -84,5 +89,8 @@ about:
# u.washington.edu .

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
identifiers:
- biotools:PHYLIP

0 comments on commit 77df6d1

Please sign in to comment.