Skip to content

Commit 0a64d70

Browse files
migration: armosxaddition
1 parent 7e041c4 commit 0a64d70

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

conda-forge.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
build_platform:
2+
osx_arm64: osx_64
3+
conda_build:
4+
pkg_format: '2'
15
conda_forge_output_validation: true
2-
provider: {linux_aarch64: default, linux_ppc64le: default}
36
github:
47
branch_name: main
58
tooling_branch_name: main
6-
conda_build:
7-
pkg_format: '2'
9+
provider:
10+
linux_aarch64: default
11+
linux_ppc64le: default
12+
test: native_and_emulated

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ build:
88
python_version_independent: true
99

1010
requirements:
11+
build:
12+
- python # [build_platform != target_platform]
13+
- cross-python_{{ target_platform }} # [build_platform != target_platform]
1114
host:
1215
- python {{ python_min }}.*
1316
- setuptools

0 commit comments

Comments
 (0)