Skip to content

Commit

Permalink
migration: OSXArm
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed May 24, 2023
1 parent 2e73a91 commit f027311
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f027311

Please sign in to comment.