Martin Valgur
Martin Valgur
### Summary Changes to recipe: **swig/[*]** #### Motivation Currently fails to build for me locally on Linux, possibly due to the upgrade from `autoconf/2.7.1` to `autoconf/2.7.2` on CCI. ``` configure.ac:12:...
### Summary Changes to recipe: **cpython/[*]** #### Motivation The cpython recipe is currently marked as invalid on - macOS x86_64 due to tk and ncurses not supporting cross-building. `tk/8.6.10: Invalid:...
### Summary Changes to recipe: **openblas/0.3.28** #### Motivation Fixes #25655 and adds the latest version. Drops v0.3.17 and older. v0.3.17 was added in July 2021 and OpenBLAS is very backwards-compatible,...
### Summary Changes to recipe: **packo/[*]** #### Motivation #### Details Continues from #16876 by @SpaceIm. I dropped even more versions - everything up to v2.1.0, which was released in late...
### Motivation Building with `cmake -S . -B build/Release -G "Visual Studio 17 2022" -T ClangCL -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded$` (i.e. not the default -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded$DLL`) fails to set `compiler.runtime=static` in the detected profile...
Adds workarounds for the disappointing `std::from_chars`/`std::to_chars` incompatibilities on floating-point types for macOS and GCC on aarch64: - use https://github.com/fastfloat/fast_float for `std::from_chars`; - use `fmt::format` for `std::to_chars`. Modernize and improve the...
The Python `Decoder.decode()` interface currently returns a decoded message with a body and a header, but no metadata, as is done in the C++ interface. The contents of the metadata...
100% optional. Mostly just to let you know that the library is now available as a Conan package: https://conan.io/center/recipes/tqdm-cpp
Needed by `MANIF_ASSERT()`. Eigen 5.0.0 no longer includes ``, which the code happened to rely on.