Skip to content

Commit 33b0b91

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

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
@@ -13,7 +13,7 @@ source:
1313
- patches/cmake-minimum-3.5.patch
1414

1515
build:
16-
number: 2
16+
number: 3
1717
skip:
1818
- win
1919
# https://github.com/conda-forge/root-feedstock/issues/327

0 commit comments

Comments
 (0)