hooks icon indicating copy to clipboard operation
hooks copied to clipboard

Official Conan client hooks

Results 102 hooks issues
Sort by recently updated
recently updated
newest added

reimplement part of https://github.com/ericLemanissier/conan-center-lint-patches/blob/main/lint_patches.py results are tracked in https://github.com/conan-io/conan-center-index/issues/21146

The hook KB-H014 conflicts with Meson's default behavior of creating `.a` static libraries on Windows to avoid using the `.lib` extension for both import libraries and static libraries. This is...

Need to validate the case when building in Windows with shared=True, generates `foobar.dll` and `foobar.dll.lib`, is causing a false-positive in the Conan Center hook. That's a valid case, projects are...

bug

The instructions from the hook itself do not work, it fails with ``` [HOOK - recipe_linter.py] pre_export(): ERROR: Install pylint to use 'recipe_linter' hook: 'pip install pylint astroid' ``` Looking...

This new try brings back the conan center hook support for Conan 2.x The idea is replace the current conan-center hook for Conan 1.x at some point, as part of...

Add some extra checks in https://github.com/conan-io/hooks/blob/master/hooks/conan-center.py#L1077 It might catch some issues when we extract licenses from files

It handles `SystemPackageTool` which is deprecated and doesn't handle tools under _conan.tools.system.package_manager_ but it should.

Feel free to update message hook if you think it's misleading. Instead of: ``` post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libSDL2_ttf.dylib' links to system library 'CoreServices' but it is...

The setup instructions at give the following instruction: ``` conan config set hooks.conan-center ``` However, when I try this with conan 2.0.7 (current version), it says: ``` conan config set...

question