Martin Valgur
Martin Valgur
I stumbled upon a scenario where it made sense not to place the conanfile at the project root and needed to modify the conanfile directory location in `conan_provider.cmake`. I thought...
External `UMFPACK` is currently not being found due to a small bug in `ParU/CMakeLists.txt`.
Hi! I recently created a [ncompress](https://github.com/valgur/ncompress) library to add better LZW (.Z file) compression support to Python. I thought you might find it useful.
Removes the invalid `lib` prefix from the library name. The generated `zenohc.pc` currently looks like: ``` prefix=/home/martin/.conan2/p/b/zenoh51dc992dc8130/p Name: zenohc Description: The C bindings for Zenoh URL: https://github.com/eclipse-zenoh/zenoh-c Version: 0.10.1.1 Cflags:...
Adds stella_vslam: https://github.com/stella-cv/stella_vslam stella_vslam is a monocular, stereo, and RGBD visual SLAM system and an unofficial fork of OpenVSLAM. Requires: - #22337 - #22353 - #23546 - #23889 - #23887...
Adds tinycolormap: https://github.com/yuki-koyama/tinycolormap A header-only, single-file library for colormaps written in C++11
Adds `g2o`: https://github.com/RainerKuemmerle/g2o g2o: A General Framework for Graph Optimization It's currently missing important, but optional, SuiteSparse and CSparse solver dependencies, which are not yet available on CCI. - Resolves...
Adds a stella-cv fork of FBoW: https://github.com/stella-cv/FBoW FBoW (Fast Bag of Words) is an extremely optimized version of the [DBoW2](https://github.com/dorian3d/DBoW2)/[DBoW3](https://github.com/rmsalinas/DBow3) libraries. The library is highly optimized to speed up the...
Hi everyone! We are nearing the finish line of the Conan 2.0 migration, with just a bit more than a hundred recipes left to go. I thought it would be...