Skip to content

Commit

Permalink
Enables linux-aarch64 builds (#15)
Browse files Browse the repository at this point in the history
* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.21.08.07.40

* Add linux-aarch64 platform; Add myself as maintainer

* Bump build number

* enable platforms

---------

Co-authored-by: danielnachun <[email protected]>
  • Loading branch information
anjos and danielnachun authored Jul 21, 2024
1 parent f789775 commit de4f294
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
msgpack_c:
- '6'
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

25 changes: 25 additions & 0 deletions .travis.yml

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

17 changes: 16 additions & 1 deletion README.md

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

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ bot:
automerge: true
build_platform:
osx_arm64: osx_64
provider:
linux_aarch64: default
conda_build:
error_overlinking: true
conda_forge_output_validation: true
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ about:
extra:
recipe-maintainers:
- danielnachun
- anjos

1 comment on commit de4f294

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @anjos was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.