SpaceIm

Results 220 comments of SpaceIm

> BTW thanks a lot for making the port on conan! > Once it will be merged we should definitely include it in our documentation It has been merged. -...

Here is a simple CMakeLists I've written for conan package manager (with few modifications: https://github.com/conan-io/conan-center-index/pull/4449). It assumes that `cgltf.c` and `cgltf_write.c` are available in the same directory (with proper definition...

There is still an issue in 5.1.6, source code is different than previous tarball downloaded by conan-center: https://github.com/conan-io/conan-center-index/pull/13530#issuecomment-1280072668

solved by https://github.com/conan-io/conan/pull/11908

A rule of thumb is that PIC should never be hardcoded in build files of libraries (anything which is not a usage requirement of a library should not be hardcoded...

Yep, I would love to see documentation of Python API. I have no idea how to use those things, what I'm manipulating and what can be done.

Does it still run periodically? Would it be possible to also have a list of recipes reporting hooks warnings? Indeed these hooks (missing system libs & also new hook about...

You have forgotten CMakeToolchain generator (or to manually set CMAKE_MODULE_PATH or CMAKE_PREFIX_PATH if you know what you are doing), but it's not a bug in xerces-c recipe.

cmake-conan is not compatible with conan v2 client yet. I know conan team plans to bring this compatibility in the future, but I don't know more. @uilianries @prince-chrismc I guess...

update 2021/03/21 Most components of the Vulkan SDK of LunarG are now in conan-center-index: - https://github.com/conan-io/conan-center-index/tree/master/recipes/vulkan-headers - https://github.com/conan-io/conan-center-index/tree/master/recipes/vulkan-loader - https://github.com/conan-io/conan-center-index/tree/master/recipes/vulkan-validationlayers - https://github.com/conan-io/conan-center-index/tree/master/recipes/moltenvk (for Macos, iOS & tvOS) - https://github.com/conan-io/conan-center-index/tree/master/recipes/spirv-headers -...