Matti Picus
Matti Picus
When using `[skip azp][skip cirrus][skip travis][skip actions]` on the last commit on #24138, the redirector shows up, so maybe all we need is an alias. But wouldn't processing the alias...
We looked at this in a triage meeting and would like to see this handle more general array types as @seberg says just above. @lysnikolaou what do you think?
Could someone change the title of this to include "SPEC 04". I believe the need for `--pre` comes from pip, not tox. If I understood the comment correctly.
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,...
Changing to draft to indicate that this is stuck until we can figure out what is going wrong
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...
I hacked the call to zgetrf to reset the FPE registers on macos-arm64, since I couldn't actually fix the problem. In my defense most people with macos-arm64 machines will be...
I wonder why scipy does not see this Edit: scipy, if I am not mistaken, does not check FPE registers?
The goal of this PR is to build macos-arm64 wheels on github, and with the hacky fix it is passing. The pypy failure is unrelated.
@martin-frbg sorry for the noise, I will try to whittle it down to a minimal reproducer in C. The general idea is that this sets FPE error registers in the...