From e1e021db69bd3ffd312352fc4804c118ec32d66e Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:43:53 -0500 Subject: [PATCH] gappa: add arm64 build (#51098) --- recipes/gappa/build.sh | 2 +- recipes/gappa/meta.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/gappa/build.sh b/recipes/gappa/build.sh index 2456a7bb675f9..8686b9ce267bb 100644 --- a/recipes/gappa/build.sh +++ b/recipes/gappa/build.sh @@ -8,5 +8,5 @@ make -j ${CPU_COUNT} mkdir -p $PREFIX/bin +chmod 0755 bin/gappa cp bin/gappa $PREFIX/bin - diff --git a/recipes/gappa/meta.yaml b/recipes/gappa/meta.yaml index e1be51a506d49..968f366e34297 100644 --- a/recipes/gappa/meta.yaml +++ b/recipes/gappa/meta.yaml @@ -3,7 +3,7 @@ package: version: "0.8.5" build: - number: 1 + number: 2 run_exports: - {{ pin_subpackage('gappa', max_pin='x.x') }} @@ -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: @@ -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: | @@ -42,6 +45,7 @@ about: extra: additional-platforms: - linux-aarch64 + - osx-arm64 identifiers: - doi:10.1093/bioinformatics/btaa070 - doi:10.3389/fbinf.2022.871393