Trung Lê
Trung Lê
## Changes * Support Python 3.13
``` $ lscpu Architecture: ppc64le Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list: 0-31 Model name: POWER9, altivec supported Model: 2.3 (pvr 004e 1203) Thread(s) per core: 4 Core(s)...
## Info ``` $ cat /etc/fedora-release Fedora release 39 (Thirty Nine) $ uname -ar Linux shrimp-paste 6.5.0-57.fc39.ppc64le #1 SMP Mon Aug 28 11:46:04 UTC 2023 ppc64le GNU/Linux ``` ``` mpv...
``` $ uname -ar Linux shrimp-paste 6.8.11-300.fc40.ppc64le #1 SMP Mon May 27 14:48:15 UTC 2024 ppc64le GNU/Linux $ gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/ppc64le-redhat-linux/14/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: ppc64le-redhat-linux Configured...
When I tried to compile the lib, I got following errors: ``` $ cargo build Updating crates.io index Locking 24 packages to latest compatible versions Compiling rustversion v1.0.17 Compiling libc...
PowerPC64 LE is probably ranked 3rd in term of popularity on Linux. AFAIK only aarch64 and amd64 are supported on Flathub. Please excuse my ignorance, is there any reason why...