From 262c776646917ebae0d997f7eaa8116f19b7109d Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Tue, 19 Nov 2024 15:45:38 +0200 Subject: [PATCH] reseek: add linux-aarch64 build Signed-off-by: Martin Tzvetanov Grigorov --- recipes/reseek/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/reseek/meta.yaml b/recipes/reseek/meta.yaml index 8b59a2d8fb690..d2ae7f7cc120d 100644 --- a/recipes/reseek/meta.yaml +++ b/recipes/reseek/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 83296e5edcdccdf4848f52ff34f35b753fa9ae1d383c3347eee41ef7d26888b1 build: - number: 0 + number: 1 skip: True #[osx] run_exports: - {{ pin_subpackage(name, max_pin="x.x") }} @@ -30,3 +30,7 @@ about: license: GPL-3.0-only license_file: LICENSE summary: Protein structure alignment and search algorithm + +extra: + additional-platforms: + - linux-aarch64 \ No newline at end of file