Skip to content

Commit

Permalink
gappa: add arm64 build (#51098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 2, 2024
1 parent efa52a2 commit e1e021d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/gappa/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ make -j ${CPU_COUNT}

mkdir -p $PREFIX/bin

chmod 0755 bin/gappa
cp bin/gappa $PREFIX/bin

8 changes: 6 additions & 2 deletions recipes/gappa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "0.8.5"

build:
number: 1
number: 2
run_exports:
- {{ pin_subpackage('gappa', max_pin='x.x') }}

Expand All @@ -17,9 +17,11 @@ requirements:
- {{ compiler('cxx') }}
- cmake
host:
- llvm-openmp # [osx]
- libgomp # [linux]
- llvm-openmp # [osx]
- zlib
run:
- libgomp # [linux]
- llvm-openmp # [osx]

test:
Expand All @@ -29,6 +31,7 @@ test:
about:
home: https://github.com/lczech/gappa
license: GPL-3.0-only
license_family: GPL3
license_file: LICENSE.txt
summary: Genesis Applications for Phylogenetic Placement Analysis
description: |
Expand All @@ -42,6 +45,7 @@ about:
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
identifiers:
- doi:10.1093/bioinformatics/btaa070
- doi:10.3389/fbinf.2022.871393
Expand Down

0 comments on commit e1e021d

Please sign in to comment.