Skip to content

BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30 #29069

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
merged 3 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
BLD: use github to build macos-arm64 wheels with OpenBLAS [wheel build]
  • Loading branch information
mattip committed Jul 3, 2025
commit 955dc011b76840d39c3f3f8b4e77498fa2808da1
18 changes: 0 additions & 18 deletions .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ load("cirrus", "env", "fs", "http")

def main(ctx):
######################################################################
# Should wheels be built?
# Only test on the numpy/numpy repository
######################################################################

if env.get("CIRRUS_REPO_FULL_NAME") != "numpy/numpy":
return []

# only run the wheels entry on a cron job
if env.get("CIRRUS_CRON", "") == "nightly":
return fs.read("tools/ci/cirrus_wheels.yml")

# Obtain commit message for the event. Unfortunately CIRRUS_CHANGE_MESSAGE
# only contains the actual commit message on a non-PR trigger event.
# For a PR event it contains the PR title and description.
Expand All @@ -31,23 +26,10 @@ def main(ctx):
if "[skip cirrus]" in commit_msg or "[skip ci]" in commit_msg:
return []

wheel = False
labels = env.get("CIRRUS_PR_LABELS", "")
pr_number = env.get("CIRRUS_PR", "-1")
tag = env.get("CIRRUS_TAG", "")

if "[wheel build]" in commit_msg:
wheel = True

# if int(pr_number) > 0 and ("14 - Release" in labels or "36 - Build" in labels):
# wheel = True

if tag.startswith("v") and "dev0" not in tag:
wheel = True

if wheel:
return fs.read("tools/ci/cirrus_wheels.yml")

if int(pr_number) < 0:
return []

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ jobs:
- [ubuntu-22.04-arm, manylinux_aarch64, ""]
- [ubuntu-22.04-arm, musllinux_aarch64, ""]
- [macos-13, macosx_x86_64, openblas]

# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
- [macos-13, macosx_x86_64, accelerate]
- [macos-14, macosx_arm64, accelerate] # always use accelerate
- [macos-14, macosx_arm64, openblas]
- [macos-14, macosx_arm64, accelerate]
- [windows-2022, win_amd64, ""]
- [windows-2022, win32, ""]
- [windows-11-arm, win_arm64, ""]
Expand Down
118 changes: 0 additions & 118 deletions tools/ci/cirrus_wheels.yml

This file was deleted.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy