Open GPMueller opened 4 years ago
Maybe it would be smarter to leave the packaging aspect to tools specialized to this task.
It would be easy enough to write a clang-build.py
script that generates a project with targets pointing to the local conan cache. The user could then conan install
whatever versions of libraries they want and depend on them in clang-build targets.
This could be provided as a kind of "real-world example".
Similar to the caches of conan or vcpkg, we should at some point add the ability to use cached builds:
~/.clang-build/cache/projectname/targetversion/targetname/buildtype/
Questions:
Eigen>=0.0.1
?This is also related to the current ideas around bundling and redistributable packages, see PR #98 and https://clang-build.readthedocs.io/en/latest/user_guide/bundling.html