There was an error while loading. Please reload this page.
1 parent 7e041c4 commit 0a64d70Copy full SHA for 0a64d70
2 files changed
conda-forge.yml
@@ -1,7 +1,12 @@
1
+build_platform:
2
+ osx_arm64: osx_64
3
+conda_build:
4
+ pkg_format: '2'
5
conda_forge_output_validation: true
-provider: {linux_aarch64: default, linux_ppc64le: default}
6
github:
7
branch_name: main
8
tooling_branch_name: main
-conda_build:
- pkg_format: '2'
9
+provider:
10
+ linux_aarch64: default
11
+ linux_ppc64le: default
12
+test: native_and_emulated
recipe/meta.yaml
@@ -8,6 +8,9 @@ build:
python_version_independent: true
requirements:
+ build:
+ - python # [build_platform != target_platform]
13
+ - cross-python_{{ target_platform }} # [build_platform != target_platform]
14
host:
15
- python {{ python_min }}.*
16
- setuptools
0 commit comments