On Wed, May 15, 2024 at 10:56 PM Robert McLeod wrote:
> Hi everyone,
>
> Is there a gist or similar guide anywhere on the steps required to build
> NumPy with debugging symbols on the Windows platform using the new Meson
> build system? It seems a bit difficult because NumPy seems to expect a
> `
On 15/05/2024 23:55, Robert McLeod wrote:
|
| Hi everyone,
|
| Is there a gist or similar guide anywhere on the steps required to
build NumPy with debugging symbols on the Windows platform using the
new Meson build system?
In general, I would try to avoid using python_d.exe. It requires the
entir
Hello,
We have a custom and unusual build environment that is making things a bit
difficult to transition from the old Setuptools based build process to Meson.
I'm currently blocked at the CPU feature set detection:
```
[tasks] Build command: call vcvarsall amd64 && cd /d "[...]\numpy" && pip
On Thu, May 16, 2024 at 2:18 PM Thomas Mansencal
wrote:
> Hello,
>
> We have a custom and unusual build environment that is making things a bit
> difficult to transition from the old Setuptools based build process to
> Meson. I'm currently blocked at the CPU feature set detection:
>
> ```
> [task