Update recipes version on conan-io
Not sure a new release is expected soon, but i was wondering if i could add v2.3 to conan? I was planning to do this soon #134 and was thinking of updating the recipe in the process
No expected work soon: the version is stable and we do not need new features soon. This tag (v2.3) will probably became the first v2 version. So feel free to upgrade the official conan recipe :)
No expected work soon: the version is stable and we do not need new features soon. This tag (v2.3) will probably became the first v2 version. So feel free to upgrade the official conan recipe :)
I will add v2.3-rc3 to conan center. Also why is this file here in the repo: https://github.com/leducp/KickCAT/blob/master/conanfile.py ? It seems unnecessary as it is already on conan-io no?
Well, conan is not centralized, so one may want to integrate KickCAT directly in its server without going through conan.io remote. You can also see it as a staging area for official conan repo.
Well, conan is not centralized, so one may want to integrate KickCAT directly in its server without going through conan.io remote. You can also see it as a staging area for official conan repo.
Automatic conan recipe update with every new tag :O
@leducp https://github.com/conan-io/conan-center-index/pull/27256
do you want to support older kickcat version on conan? As the build configuration has changed, since v2.3 with the slave stack, the old build configurations are failing. I have added the "include" folder in the src_folders list but it is just a work around to get the older versions to build. I am not particularly fan of adding a folder which is no use in the list for newer versions, that is why i am asking :) . Also another question. Should i go ahead and add windows support for kickats conans package?