pfultz2 / cget

C++ package retrieval

Home Page:http://cget.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to override recipes

pfultz2 opened this issue · comments

Currently, there is no way to override a recipe. That is, if you install recipes from A and then later want to install recipes from B that overrides some recipes in A that is not possible as cget doesn't allow an installation to override a file from another package.

Being able to override a recipe can help make sets of recipes more "composable".