Update cmake-format version - #441
Conversation
| - conda-forge::clang-tools {{ clang_version }} # [x86_64] | ||
| - cmake {{ cmake_version }} | ||
| - cmake-format {{ cmake_format_version }} | ||
| - cmakelang {{ cmake_format_version }} |
There was a problem hiding this comment.
@vyasr, was this intentionally changed to cmakelang? It looks like the CI logs are showing the error message below after this change. It doesn't seem like that package exists.
|
I saw that the package existed but it didn't even occur to me to consider that it was on a channel other than conda-forge. Turns out it is: https://anaconda.org/programfan/cmakelang. The issue is that cmake-format is the older name of the package and that conda-forge package has not been updated. I can contact the owner and see if he is interested in updating it there; I had simply assumed that the preferred name on conda had changed, but apparently not. @robertmaynard have you had any contact/do you have a relationship with the cmake-format maintainer? Otherwise I can just reach out via issues. |
|
The simpler alternative would be to install it as a pip dependency instead of directly via conda. Is that something that we could support here? cmake-format should be entirely independent of other libraries, so we shouldn't run into any conflicts. |
I don't have any existing relationship with the maintainers of cmake-format |
|
It looks like there was a PR opened to update the |
|
Oh yeah I am happy to follow up on that. |
|
@ajschmidt8 @vyasr I created a PR to address the cmakelang / 0.6.13 issue. conda-forge/staged-recipes#18686 |
|
Thanks @bdice! Once your new feedstock is merged and the relevant packages are uploaded we should be able to rerun and see tests pass here. |
|
PR is merged and the package appears to be up! rerun tests |
|
Awesome! 🚀 🔥 |
|
I guess maybe not all the necessary indexes on conda are updated yet? I tried |
|
rerun tests |
|
@ajschmidt8 I think we're good to go here! The integration test failures aren't related. |
|
@ajschmidt8 Just noticed - was this supposed to target branch-22.04? |

Update to cmake-format 0.6.13
CC @robertmaynard