mcandre / rez

C/C++ task runner
Other
3 stars 1 forks source link

Provide helper shim for conan setup #54

Open mcandre opened 2 years ago

mcandre commented 2 years ago

The conan install <toolchain-specific flags...> command could be better automated, so that rez clean; rez works better by default for Conan projects.

We could add some logic to the sample.envrc file to call a relevant conan install command based on the particular UNIX distribution. Detect when the project-local conan cache is missing and ensure it is present. Similar to the cmake_init task.

For COMSPEC Windows, it's not worth digging into the equivalent PowerShell logic.