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]