conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
152 stars 181 forks source link

Warn when moving autotools build to CMake #1556

Open jakirkham opened 2 years ago

jakirkham commented 2 years ago

Periodically a project is moved from building with autotools to CMake. However there are some notable caveats with this kind of change. Sometimes people miss these things need to be done. Having the linter remind them of these tasks (and better yet flag specific problems) would be helpful in ensuring more of these changes go smoothly

jakirkham commented 2 years ago

cc @beckermr ( per our previous discussion https://github.com/conda-forge/yaml-feedstock/pull/22#issuecomment-995039284 )