John Paul Adrian Glaubitz
John Paul Adrian Glaubitz
Multiple users have reported that some Loongson systems may fail to boot the Debian installation images due to the GRUB bootloader filenames not being uppercase in the `EFI` folder on...
On PyPi, the version for the latest release is `0.24.0` while on Github the latest version is tagged as `0.24`.
The embedded copy of `kompute` fails to build with GCC 15 for two reasons. For one, there is an issue with the declaration of `vk`: ``` [ 33s] cd /home/abuild/rpmbuild/BUILD/python-gpt4all-3.4.2-build/gpt4all-3.4.2/gpt4all-backend/build/deps/llama.cpp-mainline/ggml/src/kompute/src...
Version 3.2.3 is tagged as `v.3.2.3` instead of `v3.2.3`. Could you fix that typo?
Version 1.0.2 has been published on PyPi but not tagged in the git repository. Could you fix that?
Starting with GCC 15, function declarations must exactly match the definitions now. As a result, `tokenizers` fails to build with GCC 15 since the parameter list for some function declarations...
I tried to add support for sparc64 by running `cargo build --features binding-recompile` after adding sparc64 to the list of architectures: ```diff glaubitz@stadler:~/authenticator-rs$ git diff diff --git a/build.rs b/build.rs index...
Build-tested on Debian unstable on sparc64.
Building `authenticator-rs` requires installing several other packages such as `libudev-dev`, `mercurial`, `gyp` and `ninja-build` (package names from Debian). It's not easy to understand from the error messages when these packages...
With GCC 15, [function declarations with no parameters can no longer be used for functions that take parameters](https://gcc.gnu.org/gcc-15/porting_to.html#c23-fn-decls-without-parameters). As a result, `pyo` fails to build from source with GCC 15...