From 572307835ec331de117972bb6ecd57d2a52be319 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 12 Dec 2024 09:25:32 +0200 Subject: [PATCH] biobb_mem: add aarch64/arm64 build Signed-off-by: Martin Tzvetanov Grigorov --- recipes/biobb_mem/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/biobb_mem/meta.yaml b/recipes/biobb_mem/meta.yaml index 92ff8d78ca592..e5de409ee709d 100644 --- a/recipes/biobb_mem/meta.yaml +++ b/recipes/biobb_mem/meta.yaml @@ -12,7 +12,7 @@ source: sha256: 6f82cd73387b8fe046c08e00029ed07f0cb449f4ecf407e5cca9fa5bfc423ba9 build: - number: 0 + number: 1 script: - {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv run_exports: @@ -68,5 +68,8 @@ about: dev_url: 'https://github.com/bioexcel/biobb_mem' extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 recipe-maintainers: - RubenChM \ No newline at end of file