From 939af968d4126eb01ca261d62e9c7025fe01fe2e Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 16 Apr 2024 02:33:22 +0300 Subject: [PATCH] sorted_nearest: add linux-aarch64 build (#47227) Signed-off-by: Martin Tzvetanov Grigorov --- recipes/sorted_nearest/meta.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/sorted_nearest/meta.yaml b/recipes/sorted_nearest/meta.yaml index 613fe31b6243f..8cd37892ae730 100644 --- a/recipes/sorted_nearest/meta.yaml +++ b/recipes/sorted_nearest/meta.yaml @@ -14,8 +14,10 @@ source: '{{ hash_type }}': '{{ hash_value }}' build: - number: 0 + number: 1 script: python setup.py install --single-version-externally-managed --record=record.txt + run_exports: + - {{ pin_subpackage(name|lower, max_pin='x.x') }} requirements: build: @@ -36,3 +38,7 @@ about: home: https://github.com/endrebak/sorted_nearest license: BSD summary: Find nearest interval. + +extra: + additional-platforms: + - linux-aarch64 \ No newline at end of file