Commit 4cc4a3a3 authored by Jérome Perrin's avatar Jérome Perrin

component/llvm: WIP

parent 4c390117
[buildout]
extends =
../xz-utils/buildout.cfg
../llvm/buildout.cfg
../cmake/buildout.cfg
../git/buildout.cfg
[clang-tools-extra]
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang-tools-extra-10.0.0.src.tar.xz
md5sum = 19adb2918e88d682ba2f97ac7280a25d
environment =
PATH=${xz-utils:location}/bin/:${llvm:location}/bin/%(PATH)s
[clangd]
<= clang-tools-extra
recipe = slapos.recipe.cmmi
shared = true
configure-command = ${cmake:location}/bin/cmake clangd
[buildout]
extends =
../xz-utils/buildout.cfg
../cmake/buildout.cfg
../git/buildout.cfg
[llvm]
recipe = slapos.recipe.cmmi
;shared = true
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz
md5sum = 693cefdc49d618f828144486a18b473f
configure-command = mkdir build && cd build && ${cmake:location}/bin/cmake ..
make-binary = cd build && make && ${cmake:location}/bin/cmake -DCMAKE_INSTALL_PREFIX=@@LOCATION@@ -P cmake_install.cmake
make-targets =
environment =
PATH=${git:location}/bin/:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment