Maxwell175
Maxwell175
> Can you try to rebase this one @Maxwell175 I think it's resolved and could well be in 1.1 then Done.
I've looked into this briefly in the past and you can get as far as a built binary by following these steps: ``` pkg install python patchelf binutils pip install...
As KayHayen said, Nuitka does not support Android currently. Kay outlined the 3 general things that need to be done to add support if someone would like to put in...
@kayhayen it is not a good idea to force every Nuitka application in the world to use a laptop descrete GPU. Only things that actually need to be running on...
@kayhayen Perhaps if we want to make this really generic, maybe just the ability to specify an entire extra C code file as a multiline string.
@kayhayen Then just a flag like RecommendHighPerformanceGPU
I looked into this a bit, but the issues go deep. I will post where I ended at here so someone else who is interested might continue. Here is the...
> I will try and take the parts of the patch that are good, and address some compiler errors/warnings, but the `if (false)` alternatives look very bad of course. That...
> If you know how this could be automatically detected, I am up for doing that, something that comes from the C side of things. Turns out there is something:...
Got it to build with the following patch, but get a segfault when running. ``` Program received signal SIGSEGV, Segmentation fault. setEarlyFrozenModulesFileAttribute () at /mnt/ExtraSSD/src/nuitka-nogil/Nuitka/nuitka/build/static_src/MetaPathBasedLoader.c:1904 1904 if (key != NULL...