Skip to content
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

CI: pin OpenBLAS to specific build in macOS job to avoid gges issue #17005

Merged
merged 1 commit into from
Sep 11, 2022

Conversation

rgommers
Copy link
Member

xref gh-16949. This doesn't fix the root cause of the problem, but stops the CI job from failing.

[skip azp] [skip circle]

xref scipygh-16949. This doesn't fix the root cause of the problem,
but stops the CI job from failing.

[skip azp] [skip circle]
@rgommers rgommers added scipy.linalg maintenance Items related to regular maintenance tasks CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure labels Sep 11, 2022
@rgommers
Copy link
Member Author

This worked, the macOS tests (meson) build is green now.

@rgommers rgommers added this to the 1.10.0 milestone Sep 11, 2022
Copy link
Contributor

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

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

LGTM

@tylerjereddy tylerjereddy merged commit 12be185 into scipy:main Sep 11, 2022
@rgommers rgommers deleted the macos-failure branch September 12, 2022 02:19
@rgommers
Copy link
Member Author

Argh, this is not correct. It fixes CI, but breaks package resolution on platforms other than macOS x86-64:

nothing provides requested openblas ==0.3.21 openmp_h2bb6d6c_

I will revert this, and resubmit once I have the right incantation to make it cross-platform.

@rgommers
Copy link
Member Author

I forgot, this can't actually work because conda/mamba don't support selectors, only conda-build does: conda/conda#8089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks scipy.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants