We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b73b62 commit 26e892eCopy full SHA for 26e892e
2 files changed
conda-forge.yml
@@ -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
6
github:
7
branch_name: main
8
tooling_branch_name: main
-conda_forge_output_validation: true
-conda_build:
- pkg_format: '2'
9
+test: native_and_emulated
recipe/meta.yaml
@@ -17,6 +17,8 @@ build:
17
18
requirements:
19
build:
20
+ - python # [build_platform != target_platform]
21
+ - cross-python_{{ target_platform }} # [build_platform != target_platform]
22
- {{ compiler('c') }}
23
- {{ stdlib("c") }}
24
- {{ compiler('cxx') }}
0 commit comments