misuzu
misuzu
> @misuzu I had to explicitly add the dependency on `libzstd-devel-static`, ¿is the static library available on nix? Makes sense, thanks! This nix derivation worked for me: ```nix { stdenv,...
> it fails to build on macOS https://github.com/Exzap/ZArchive/pull/5 fixes the macOS issue for me. Final nix derivation now looks like this: ```nix { stdenv, lib, fetchFromGitHub, fetchpatch, cmake, zstd }:...
> @misuzu what changes do I need to make to the code to build it under debian? Thanks. I haven't used Debian for years, but you could try replacing `zstd::libzstd_static`...
`unittest.IsolatedAsyncioTestCase` is basically a drop-in replacement
I've the same issue on armv7l-linux ``` catch2> [ 85%] Building CXX object tests/CMakeFiles/SelfTest.dir/SelfTest/UsageTests/Benchmark.tests.cpp.o catch2> In file included from /build/source/tests/SelfTest/UsageTests/Benchmark.tests.cpp:12: catch2> /build/source/src/catch2/../catch2/benchmark/catch_constructor.hpp: In instantiation of 'T& Catch::Benchmark::Detail::ObjectStorage::stored_object() [with T =...
> What's the target architecture? We want to support all architectures if possible. > * For AArch64, we typically enable OpenBLAS for float32 computation and Ruy for int8 computation Is...
> If performance is not important, you could build with OpenBLAS everywhere libretranslate won't work on x86_64-linux with OpenBLAS enabled, so that is not an option unfortunately.
This is the only feature that I'm using on dwm that's missing, everything else is there. `fullscreen, 1` is not the same.
> Could you possibly attach the Testing/Temporary/LastTest.log file from the failed run? That might offer some further clues to the failure. Thanks. [LastTest.log](https://github.com/AcademySoftwareFoundation/openexr/files/11475189/LastTest.log)
This issue is only reproducible when building on 64-bit kernel (32-bit userspace)