-
Notifications
You must be signed in to change notification settings - Fork 107
Build for Linux AArch64 and other miscellaneous cleanups #710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dstansby
merged 11 commits into
zarr-developers:main
from
agriyakhetarpal:ci/linux-aarch64-builds
Mar 3, 2025
Merged
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a8e75fe
Bump minimum macOS version to 10.13
agriyakhetarpal 9d983ed
Add `ubuntu-22.04-arm` image to CI
agriyakhetarpal 0afe5fc
Fix a typo
agriyakhetarpal 19ed810
Install Zarr 3, now that it is available
agriyakhetarpal 3a64536
Allow compilation on Linux AArch64
agriyakhetarpal af294ef
Don't check for SSE2/AVX2 for AArch64
agriyakhetarpal 6b05be5
Bump to `[email protected]`
agriyakhetarpal 82a4565
Add a CHANGELOG entry
agriyakhetarpal 912c207
Add `extra_link_args` for pthreads
agriyakhetarpal a86d4c2
Drop redundant `get_arch_specific_objects`
agriyakhetarpal d00be4b
Add note for macOS compatibility
agriyakhetarpal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ jobs: | |
| fail-fast: false | ||
| matrix: | ||
| python-version: ["3.11", "3.12", "3.13"] | ||
| # macos-13 is an intel runner, macos-14 is a arm64 runner | ||
| platform: [ubuntu-latest, windows-latest, macos-13, macos-14] | ||
| # macos-13 is an intel runner, macos-14 is an arm64 runner | ||
| platform: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14] | ||
|
|
||
| defaults: | ||
| run: | ||
|
|
@@ -28,7 +28,7 @@ jobs: | |
| fetch-depth: 0 # required for version resolution | ||
|
|
||
| - name: Set up Conda | ||
| uses: conda-incubator/[email protected].0 | ||
| uses: conda-incubator/[email protected].1 | ||
| with: | ||
| channels: conda-forge | ||
| miniforge-version: latest | ||
|
|
@@ -56,8 +56,7 @@ jobs: | |
| # Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out | ||
| # so we can have some tests of our minimum version of numpy (1.24) | ||
| if: matrix.python-version != '3.11' | ||
| # TODO: remove --pre option when zarr v3 is out | ||
| run: python -m pip install --pre zarr>=3.0.0b2 | ||
| run: python -m pip install zarr>=3 | ||
|
|
||
| - name: List installed packages | ||
| run: python -m pip list | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.