Martin Valgur
Martin Valgur
Moves most of the patching logic to the included .cmake file and _patch_sources(). Mostly as a preparation for a version bump to v5.3 or v5.4-rc1, which require further work.
Requires, optionally - #18978 closes #19361
Adds **tiledb**: https://github.com/TileDB-Inc/TileDB Used by GDAL as an optional dependency. Resolves #18684. [](https://repology.org/project/tiledb/versions) The baseline configuration works, but the recipe would benefit from the following: - [x] Merge #17125...
Adds libdatrie: https://linux.thai.net/projects/datrie datrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. Trie is a kind of digital search tree, an efficient indexing method...
### Summary Changes to recipe: **iridescence/cci.20240709** #### Motivation Adds Iridescence: https://koide3.github.io/iridescence/ Iridescence a light-weight visualization library for rapid prototyping of 3D algorithms. This library is designed for accelerating personal research...
### Summary Changes to recipe: **rosx_introspection/1.0.1** #### Motivation Deserialize any ROS message, without compilation time information. https://github.com/facontidavide/rosx_introspection /cc @facontidavide --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that...
Use the version from https://github.com/conan-io/cmake-conan/pull/651.
Draft PR for the Python bindings. I would like to merge the changes from #67 as well before I'd consider it complete. * Most of the bindings are straightforward mappings...
Updates `conan_provider.cmake` to the latest official version and adds the unmerged changes from this PR: https://github.com/conan-io/cmake-conan/pull/651 After these changes, the Conan client is downloaded automatically if it is not found...
While macOS is not explicitly supported, it should still run without any issues on ARM64 if the code has been constructed correctly. An AppleClang build in the CI (https://github.com/valgur/novatel_edie/actions/runs/9731990895/job/26857109732) currently...