Skip to content

BLD: use github to build macos-arm64 wheels with OpenBLAS #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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mattip
Copy link
Member

@mattip mattip commented May 27, 2025

Move the macos-arm64 wheel builds with OpenBLAS (targeting MACOSX_DEPLOYMENT_TARGET=11) on github runners instead of cirrus. If this works, maybe it will impact the build failure in #29039. It should simplify CI, and will be less expensive, but does make us more dependent on github.

@github-actions github-actions bot added the 36 - Build Build related PR label May 27, 2025
@mattip
Copy link
Member Author

mattip commented May 27, 2025

A single parameterized test is failing for the csingle and cdouble cases:

     @pytest.mark.parametrize('dtype', [single, double, csingle, cdouble])
      def test_types(self, dtype):
          x = np.array([[1, 0.5], [0.5, 1]], dtype=dtype)
  >       assert_equal(np.linalg.det(x).dtype, dtype)
...
RuntimeWarning: divide by zero encountered in det

@mattip
Copy link
Member Author

mattip commented May 29, 2025

Changing to draft to indicate that this is stuck until we can figure out what is going wrong

@mattip mattip marked this pull request as draft May 29, 2025 12:34
@mattip
Copy link
Member Author

mattip commented Jun 5, 2025

In case the logs go away before this gets revisited: the (failing) meson build here reports

clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)"

while the (successful) cirrus CI one reports clang 16.0.0 "Apple clang version 16.0.0 (clang-1600.0.26.4)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
36 - Build Build related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
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