From f027311aeb266b8abd5cec96520de6d831889184 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 24 May 2023 19:50:00 +0000 Subject: [PATCH] migration: OSXArm --- conda-forge.yml | 5 +++-- recipe/meta.yaml | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index 9e10e85..d65e2e8 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -2,6 +2,8 @@ build_platform: linux_aarch64: linux_64 linux_ppc64le: linux_64 osx_arm64: osx_64 +conda_build: + pkg_format: '2' conda_forge_output_validation: true github: branch_name: main @@ -12,6 +14,5 @@ provider: linux_ppc64le: default osx: azure win: azure +test: native_and_emulated test_on_native_only: true -conda_build: - pkg_format: '2' diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5a18d88..a73e5f9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,6 +15,10 @@ build: requirements: build: + - python # [build_platform != target_platform] + - cross-python_{{ target_platform }} # [build_platform != target_platform] + - cython # [build_platform != target_platform] + - numpy # [build_platform != target_platform] - {{ compiler('c') }} - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform]