Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@andyfaff
Copy link
Member

I force pushed to #30225 whilst closed, which meant that I wasn't able to reopen it. Sorry for the noise.

@mattip
Copy link
Member

mattip commented Nov 16, 2025

The linux pypy run failed, something about underflow in a check of the conj ufunc. I reran it, let's see if it is transient.

@rgommers
Copy link
Member

With gh-30222 merged, this one can be updated now.

Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

Thanks @andyfaff. This is almost ready, just one issue with BLAS detection.

The job is also quite a bit faster; runtime goes from 13 to 8 minutes, which is nice.

spin config-openblas --with-scipy-openblas=32
export PKG_CONFIG_PATH=/numpy/.openblas
python -m pip install . -v -Csetup-args="-Dallow-noblas=true"
Copy link
Member

Choose a reason for hiding this comment

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

This should say false. And it would have caught the problem that I was suggested it could, since the build log shows:

Run-time dependency scipy-openblas found: NO (tried pkgconfig)

It's not clear from the Azure logs whether scipy-openblas32 was successfully found in the Azure version of this job unfortunately, because the build log is hidden there. I suspect also not; the path /numpy/.openblas looks wrong, it shouldn't start with a slash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants