Skip to content

Commit

Permalink
sorted_nearest: add linux-aarch64 build (bioconda#47227)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Apr 15, 2024
1 parent 3527551 commit 939af96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes/sorted_nearest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -36,3 +38,7 @@ about:
home: https://github.com/endrebak/sorted_nearest
license: BSD
summary: Find nearest interval.

extra:
additional-platforms:
- linux-aarch64

0 comments on commit 939af96

Please sign in to comment.