Skip to content

Commit

Permalink
merquryfk: add linux-aarch64 build
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 Oct 14, 2024
1 parent 1c1935d commit 3f4eb64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion recipes/merquryfk/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash

set -xe

export LDFLAGS="$LDFLAGS -L$PREFIX/lib"
export CPATH=${PREFIX}/include

make
make -j"${CPU_COUNT}"
mkdir -p $PREFIX/bin

cp HAPmaker $PREFIX/bin
Expand Down
6 changes: 5 additions & 1 deletion recipes/merquryfk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- patch

build:
number: 0
number: 1
skip: True # [osx]
run_exports:
- {{ pin_subpackage("merquryfk", max_pin="x") }}
Expand Down Expand Up @@ -50,3 +50,7 @@ about:
license: https://github.com/thegenemyers/MERQURY.FK/blob/main/LICENSE
summary: MerquryFK replaces meryl with the FastK k-mer counter suite to considerably speed up analyses.
home: https://github.com/thegenemyers/MERQURY.FK

extra:
additional-platforms:
- linux-aarch64

0 comments on commit 3f4eb64

Please sign in to comment.