Brett Jia

Results 55 comments of Brett Jia

I have a container image for building armv7l wheels, inspired by the contents of existing manylinux images: https://github.com/bjia56/armv7l-wheel-builder This image was originally built to fill the gap of what cibuildwheel...

Hi, any estimate on when this will be merged in? I've found the patches are necessary to build python on Windows.

Tried to reproduce it just now, but looks like the issue magically went away sometime over the past couple days :) will report back if I see it again and...

I ended up forking this repo [here](https://github.com/bjia56/portable-python-cmake-buildsystem), which also now includes support for 3.11 and 3.12

I see from the CI tests that this ended up disabling ctypes on regular x86_64 macos, will tweak to restore prior behavior.

@popatam Thanks for putting together the example, it was super helpful for me when using gopy to build wheels for multiple platforms! I refined the workflow you had to be...

Hi @tfuxu, some thoughts from my side: - It's odd that on Windows, cibuildwheel is pulling down a Python version that doesn't have pip installed. You could add a new...

That might be the same issue as Windows, so I'd recommend trying ensurepip on all platforms

I applied this PR's patch to the prebuilt `zig-linux-x86_64-0.12.0-dev.2341+92211135f` and was able to compile a hello world with `zig cc -target riscv64-linux-gnu.2.34 -mcpu=generic_rv64 hello-world.c` and run it under QEMU

@RossComputerGuy Regarding the `stubs-lp64d.h` file, I see that the libc6-dev package from Debian sid includes: ``` /* This file is automatically generated. It defines a symbol `__stub_FUNCTION' for each function...