Conan.io package for LLVM.
Thanks for lasote for providing example on building this package.
The packages generated with this conanfile can be found in conan.io.
$ pip install conan_package_tools
$ python build.py
$ conan upload llvm/3.5.2@lucteo/stable --all
$ conan install llvm/3.5.2@lucteo/stable
If you handle multiple dependencies in your project is better to add a conanfile.txt
[requires]
llvm/3.5.2@lucteo/stable
[generators]
txt
cmake
Complete the installation of requirements for your project running:
conan install .
Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt.