From 631f32e5a43434c19edbc0941fc99ac8d0721afb Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 2 Oct 2024 15:32:13 +0300 Subject: [PATCH] pyslow5: add aarch64/arm64 builds Signed-off-by: Martin Tzvetanov Grigorov --- recipes/pyslow5/meta.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/pyslow5/meta.yaml b/recipes/pyslow5/meta.yaml index d3783ecc1c59a..fb3705c6f6ac2 100644 --- a/recipes/pyslow5/meta.yaml +++ b/recipes/pyslow5/meta.yaml @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage('pyslow5', max_pin="x") }} @@ -39,3 +39,8 @@ about: license_file: thirdparty/streamvbyte/LICENSE summary: 'slow5lib Python binding' dev_url: https://github.com/hasindu2008/slow5lib + +extra: + additional-platforms: + - linux-aarch64 + - osx-arm64