Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
4cc4a3a3
Commit
4cc4a3a3
authored
Apr 30, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/llvm: WIP
parent
4c390117
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
component/clang-tools-extra/buildout.cfg
component/clang-tools-extra/buildout.cfg
+19
-0
component/llvm/buildout.cfg
component/llvm/buildout.cfg
+18
-0
No files found.
component/clang-tools-extra/buildout.cfg
0 → 100644
View file @
4cc4a3a3
[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
component/llvm/buildout.cfg
0 → 100644
View file @
4cc4a3a3
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment