Skip to content

Commit

Permalink
Merge pull request #44 from regro-cf-autotick-bot/bot-pr_arch_h349f32
Browse files Browse the repository at this point in the history
Arch Migrator
  • Loading branch information
bgruening authored Sep 18, 2024
2 parents 83bdf53 + 047da07 commit a03dbaf
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fmt:
- '10'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
zlib:
- '1'
40 changes: 40 additions & 0 deletions .ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fmt:
- '10'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
zlib:
- '1'
36 changes: 36 additions & 0 deletions .ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fmt:
- '10'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
zlib:
- '1'
36 changes: 36 additions & 0 deletions .ci_support/linux_ppc64le_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fmt:
- '10'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
zlib:
- '1'
40 changes: 40 additions & 0 deletions .travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 36 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
provider:
linux_aarch64: default
linux_ppc64le: default
test: native_and_emulated

0 comments on commit a03dbaf

Please sign in to comment.