Chongyun Lee
Chongyun Lee
`buildah` will need root permission on Termux. It needs to use `runc` to build a OCI image, use `mount`/`unmount` syscall and use `overlayfs`. Any of them needs root permission on...
Currently, it is not possible to do such things without running a virtual machine on Termux. The virtual machine software on Termux is qemu-system, and its performance is relatively not...
`lfortran` needs llvm
I can't reproduce the build failure in `python2` and `python-scipy`.
This is really strange. `pip install scikit-image` in `postinst` should install all the deps of `scikit-image` rather than itself. > Looking in indexes: https://pypi.org/simple, https://termux-user-repository.github.io/pypi/ Please post your `pip.conf`.
~Since `pymupdf` 1.24.0, it should be able to be installed with `pip install pymupdf`. Please confirm whether it works. Thanks!~ OK. It takes too much time to compile. Maybe it...
GitHub Runner has bumped their bundled NDK to r27. We're updating it too.
I can't reproduce it on my local PC, and it is also not reproducible on the GitHub Action (See https://github.com/termux-user-repository/tur/actions/runs/13778560083/job/38532492041). Maybe your computer doesn't have enough RAM to complete the...
I'll close this as not planned. It is not a bug of the build script. Please ensure that the computer has enough computation resource to complete the compilation.
The crash issue may caused by the conflict with NDK's libc++ and gcc's libunwind, not related to octave. I'll fix it later if I have more free time. FYI: https://github.com/termux-user-repository/tur/blob/6685fcabc16b6cb7eb2761cf46b343e41d46d5aa/tur/python-scipy/build.sh#L50-L52.