Skip to content

Commit

Permalink
meraculous: 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 Nov 25, 2024
1 parent 8acdb4e commit a02cf69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion recipes/meraculous/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash

set -xe

mkdir build
cd build
cmake \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DBUILD_SHARED_LIBS=ON \
..
make
make -j ${CPU_COUNT}
make install
6 changes: 5 additions & 1 deletion recipes/meraculous/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ source:

build:
skip: True # [osx]
number: 7
number: 8
run_exports:
- {{ pin_subpackage("meraculous", max_pin="x") }}

requirements:
build:
Expand Down Expand Up @@ -51,6 +53,8 @@ about:
license_file: license.txt

extra:
additional-platforms:
- linux-aarch64
identifiers:
- doi:10.1371/journal.pone.0023501
# https://arxiv.org/abs/1703.09852
Expand Down

0 comments on commit a02cf69

Please sign in to comment.