Paul Fultz II

Results 112 issues of Paul Fultz II

A mechanism to cache downloads

Ideally, its not a good idea to add recipes in a requirements.txt, but users may want a single auto-deployment for a project. So we could have a `deploy` command which...

Add the ability to install distro-style recipes with `-r ` without a package name, and the ability to install package-level recipes with ` -r `.

This will help support multi-configuration projects such as Visual Studio, which has incompatible debug and release versions.

Since packages are installed in a different directory and then symlinked in, we can `CMAKE_STAGING_PREFIX` for this intermediate install directory.

On Ubuntu, users could see this: ``` x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c _posixsubprocess.c -o build/temp.linux-x86_64-2.7/_posixsubprocess.o _posixsubprocess.c:3:20: fatal...

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...

Search installed recipes

This should display info about package such as dependencies, pkg-config, and cmake `find_package`.