Skip to content

Commit 26e892e

Browse files
migration: OSXArm
1 parent 7b73b62 commit 26e892e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

conda-forge.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
build_platform:
2+
osx_arm64: osx_64
3+
conda_build:
4+
pkg_format: '2'
5+
conda_forge_output_validation: true
16
github:
27
branch_name: main
38
tooling_branch_name: main
4-
conda_forge_output_validation: true
5-
conda_build:
6-
pkg_format: '2'
9+
test: native_and_emulated

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ build:
1717

1818
requirements:
1919
build:
20+
- python # [build_platform != target_platform]
21+
- cross-python_{{ target_platform }} # [build_platform != target_platform]
2022
- {{ compiler('c') }}
2123
- {{ stdlib("c") }}
2224
- {{ compiler('cxx') }}

0 commit comments

Comments
 (0)