From a10e76a8b52b8a25ad75820181dc39732b51937c Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:08:52 -0500 Subject: [PATCH] pyspoa: add arm64 build (#49660) --- recipes/pyspoa/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/pyspoa/meta.yaml b/recipes/pyspoa/meta.yaml index 08c94cfd376ab..a8d2bdcf48d67 100644 --- a/recipes/pyspoa/meta.yaml +++ b/recipes/pyspoa/meta.yaml @@ -11,9 +11,9 @@ source: sha256: {{ sha256 }} build: - number: 2 + number: 3 skip: True # [py < 38] - script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage('pyspoa', max_pin="x.x") }} @@ -50,3 +50,4 @@ extra: - iiSeymour additional-platforms: - linux-aarch64 + - osx-arm64