Joe Rickerby
Joe Rickerby
Ah! That's a bummer. However I like the idea of a cibuildwheel option like `CIBW_BUILD_CONFIG` that might be used like `CIBW_BUILD_CONFIG={"transpile_cython": true}` - a JSON object that's passed to build...
PRs would be welcome for this!
> Basically we need to, override below method to change the naming convention during the cross compilation. > > * sysconfig.get_platform > * sysconfig.get_config_vars > * distutils.sysconfig.get_config_vars `sysconfig.get_platform` is the...
That's really cool @messense ! Props for figuring out all the fiddly details. I'm curious how generalisable this approach is.
Hi odidev! This is quite a complex question, as I'm not yet sure how this would factor in to our existing feature set yet. Of the above 2 options, I'm...
Hi odidev. Apologies for the slow response. There's a lot to go through here and I didn't want to rush a response without taking the time to review it properly....
Thanks @odidev for this response. It's very helpful. And also massive props getting this system working! I'd like to hear what other maintainers are thinking in regards to this before...
Hmm. This is a tricky one. I can see that cross-compilation of aarch64 would be a valuable feature for users, but I also see lots of complexity here that I...
Thanks for weighing in, @henryiii ! > Assuming that's not possible, then I think the second best option would be to develop an extension API. The thought also occurred to...
> Could this be cleanly implemented as a new platform? "crosslinux" as the platform, perhaps? then crosslinux.py would sit beside linux.py, windows.py, and macos.py Yes, I do think this would...