Skip to content

Commit

Permalink
Prodigal-gv: add aarch64/arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 28, 2024
1 parent e48e05b commit 60b5d5e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion recipes/prodigal-gv/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh

set -xe

# the executable is not installed in $PREFIX though
# make install prefix=$PREFIX

make CC=$CC
make -j"${CPU_COUNT}" CC=$CC
mkdir -p $PREFIX/bin
cp $PKG_NAME $PREFIX/bin
12 changes: 10 additions & 2 deletions recipes/prodigal-gv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ source:
sha256: 1fb40a8ae204ce2f41a413edb1edf5b8f22c28c2812320e2807ab48f8e8ce795

build:
number: 2
number: 3
run_exports:
- {{ pin_subpackage('prodigal-gv', max_pin="x") }}

requirements:
build:
Expand All @@ -26,5 +28,11 @@ test:

about:
home: https://github.com/apcamargo/prodigal-gv
license: GPL v3
license: GPL-3.0-only
license_file: LICENSE
summary: A fork of Prodigal meant to improve gene calling for giant viruses

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit 60b5d5e

Please sign in to comment.