Ben Boeckel
Ben Boeckel
Taking a stab at it in #4975.
@mafrosis Do you have a reference for "aider going the way of the dodo"? I've not seen anything and I've not found any announcements or discussions.
Ah, ok. I'll hold off on a search then. I'm quite uninterested in giving an LLM access to MCP or agency on my machine without a *very* short leash at...
Will have to investigate the Windows failures.
Tested locally on Windows now. CI is broken due to https://github.com/pallets/click/issues/3065 (hatch issue: https://github.com/pypa/hatch/issues/2050).
I'm seeing this issue in our builds of scipy (but only on macOS?) non-deterministically. Is there something that can be done in the `meson` code to add some stricter ordering...
It looks like there's another missing dependency link: ``` [1315/1465] Generating 'scipy/spatial/_qhull.cpython-312-darwin.so.p/_qhull.c' FAILED: scipy/spatial/_qhull.cpython-312-darwin.so.p/_qhull.c /opt/glr/paraview/paraview-ci-ext/0/build/install/bin/cython -3 --fast-fail --output-file scipy/spatial/_qhull.cpython-312-darwin.so.p/_qhull.c --include-dir . ../scipy/spatial/_qhull.pyx Error compiling Cython file: ------------------------------------------------------------ ... from libc...
> Building each target separately in a cleanly set up build directory is the robust way to smoke out issues here - that's a little annoying to do, but I...
Found these other failures: `scipy/linalg/_cythonized_array_utils.cpython-312-x86_64-linux-gnu.so.p/_cythonized_array_utils.c`: ``` Error compiling Cython file: ------------------------------------------------------------ ... from scipy.linalg._cythonized_array_utils cimport ( lapack_t, np_complex_numeric_t, np_numeric_t ) from scipy.linalg.cython_lapack cimport sgetrf, dgetrf, cgetrf, zgetrf ^ ------------------------------------------------------------ SRCDIR/scipy/linalg/_cythonized_array_utils.pyx:9:0:...
> Did you end up writing a script for this @mathstuf? I'd be interested in seeing it. Yep. Extracting outputs is: ```sh grep '^build' build.ninja | cut -d: -f1 |...