Chongyun Lee

Results 336 comments of Chongyun Lee

This is also hard to work on Termux as tensorflow is not yet available on Termux...

Actually I'm not familiar with perl packages. Ping @Grimler91 Do you have any idea on this issue?

It seems that this program needs `cuda`. But cuda is impossible to work on Termux... https://github.com/facebookresearch/demucs/blob/bd98f01aac5a9e1b1db55cb5744c1ffa69ff39e1/requirements_minimal.txt#L1

This package is actually useless to be added. Torbrowser itself cannot launch on Termux because it is compiled for glibc.

This package doesn't support cross compiling, so I'll mark this as `help wanted`. If someone is willing to work on it, feel free to submit a PR.

It seems that there is no need to use the RTTI-enabled LLVM when compiling bcc. But I don't know the usage of this package. Please test the built package in...

Seems that upstream hasn't support for cross-compiling...

Actually this has been resolved. Installing `ndk-multilib-native-stubs` will make `clang` pick up the stub libc from `$PREFIX/lib/$PLATFORM_TRIPLE/libc.so` rather than the system one.

我直接用中文说吧。`termux-user-repository/pypi` 里面的网页生成逻辑是直接从 `termux-user-repository/pypi-index-tur` 的 Github Releases 上面拉文件列表下来,然后根据文件列表生成 html 文件,没有进行 platform tag 检查。 其实现在 `termux-user-repository/pypi` 还是有很大问题的,至少在 arm (32位) 设备上没办法正常用,因为 `crossenv` 环境默认给的 platform tag 是 `linux_arm`,然而实际上 `arm`, `armv7l` 和 `armv8l` 是不同的 platform...