Skip to content

Commit 1f12efc

Browse files
ENH: Add aarch64, ppc64le Linux and macOS ARM builds
* Add linux-aarch64, linux-ppc64le, osx-arm64 builds. * Bump build number.
1 parent aa08ca3 commit 1f12efc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

conda-forge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
conda_build_tool: rattler-build
22
conda_install_tool: pixi
3+
build_platform:
4+
linux_aarch64: linux_64
5+
linux_ppc64le: linux_64
6+
osx_arm64: osx_64
37
github:
48
branch_name: main
59
tooling_branch_name: main
610
conda_build:
711
error_overlinking: true
812
conda_forge_output_validation: true
13+
provider:
14+
linux_aarch64: default
15+
linux_ppc64le: default
16+
test: native_and_emulated

recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source:
1414
- patches/fix-so-import-for-osx.patch
1515

1616
build:
17-
number: 4
17+
number: 5
1818
skip:
1919
- win
2020
# https://github.com/conda-forge/root-feedstock/issues/327

0 commit comments

Comments
 (0)