Skip to content

Commit

Permalink
savvy: 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 Dec 2, 2024
1 parent c22e4d6 commit 1ffa7ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions recipes/savvy/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -e
set -x
set -ex

mkdir -p build
cd build
Expand Down
10 changes: 7 additions & 3 deletions recipes/savvy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ source:
- patches/0002-patch-cmakelists-for-conda-build.patch

build:
skip: True # [win]
number: 2
number: 3
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
build:
- make
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- make # [not win]
- make
host:
- shrinkwrap
- zstd
Expand All @@ -45,6 +46,9 @@ about:
dev_url: https://github.com/statgen/savvy

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- matuskosut
- jonathonl

0 comments on commit 1ffa7ce

Please sign in to comment.