Ma Mana ma Manama
Ma Mana ma Manama
I think I found the "psychological" explanation for it. Actually Gemini AI has just found it, read here: https://github.com/google-gemini/gemini-cli/issues/4545#issuecomment-3100655221 and the sample thereinabove. In very short, and as a simplification...
Aha, and: `ln -s /data/data/com.termux/files/usr/bin/llvm-config /data/data/com.termux/files/usr/bin/llvm-config-20` to make sure which version of `llvm` is which.
Update: the default LLVM since yesterday is LLVM version 21 in Termux, which makes it not compile at all ... Hard to downgrade to LLVM ver. 20 by now, too......
Quick results of my trying to tinker around it, Grok AI's opinions: > Disabling or removing bindings for optional instrumentation passes like InstrOrderFilePass or MemProfilerPass will not break other functions...
I have manged to install it even with `llvm` version 21, after sizeable code changes, not sure how. ``` ~ $ pip show llvmlite Name: llvmlite Version: 0.46.0b1+14.g7c0e103.dirty Summary: lightweight...
Plus the nature of these fixes: > > > ✦ The patches I created were a mix of both. I made llvmlite more universal by adapting it to the Termux...
Note mostly to self: Alternative is to: `apt install -o Dpkg::Options::="--force-overwrite" python-llvmlite` (sic!) to get: ``` pip show llvmlite Name: llvmlite Version: 0.44.0 Summary: lightweight wrapper around basic LLVM functionality...
Re: > it sounds a lot like Numba [does not work] Yes, it looks like. For now, most of the chained below misbehave too, whaever pinned version I try, at...
Re: > Termux - is it bascially like a Linux aarch64 distro? Uhm, but with quirks, mostly around the missing `glibc` stuff (not material here, methinks), see: https://wiki.termux.dev/wiki/Main_Page for starters....
Re: > Do you know why it's not using the published wheel? I guess as the wheels that exist (are published) are buggy, as per above, hence my very Issue...