Skip to content
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3679487
Added support for cmake files in external dir for clang 15.x
mboisson Oct 12, 2022
8345425
add authorship
mboisson Oct 12, 2022
37cff29
update clang.py EasyBlock for CLang 14+
mboisson Oct 12, 2022
b11228a
appeasing hound
mboisson Oct 12, 2022
df19190
fix later stages to use the new directory structure in llvm 14
mboisson Oct 12, 2022
00bc176
introduce llvm_projects variable and use the combined tarball instead…
mboisson Oct 13, 2022
f578c77
add support for lldb
mboisson Oct 13, 2022
1e40398
appeasing lint
mboisson Oct 13, 2022
ae86d88
update logic to be coherent before and after llvm 14
mboisson Oct 14, 2022
70673fb
address ocaisa's comments
mboisson Nov 16, 2022
e973b7f
fix version check for NVPTX library in sanity check of Clang easybloc…
boegel Sep 10, 2022
ea7567e
Updated Clang EasyBlock to solve https://github.com/easybuilders/easy…
Oct 3, 2022
31cc7c5
Forgot to import 'copy'
Oct 3, 2022
c6375fb
Added path seperator
Oct 4, 2022
e4ffc7d
First attempt at fixing https://github.com/easybuilders/easybuild-eas…
Oct 6, 2022
e2b7b85
Combination of -Werror and Wunused-command-line-argument causes vario…
Oct 6, 2022
70f6cf7
Wrap in if-statements so that RPATH-specific logic is only executed w…
Oct 13, 2022
f5aa984
always use full path to clang/clang++ in staged build, only restore $…
boegel Oct 26, 2022
1b4ce81
prepare_rpath_wrappers only works if the original compilers are in th…
Oct 31, 2022
980878c
Mixed up variable names... fixed that now
Oct 31, 2022
6a3b719
Orig_path is not a dict, no need to index it by key... This was a cop…
Oct 31, 2022
e728cbc
Added comments to explain why we really need to temporarily put the s…
Nov 7, 2022
43edf42
Merge branch 'develop' into clang-15.x-cmake
bartoldeman Nov 17, 2022
6514a0f
appeasing lint
mboisson Nov 17, 2022
9e077fb
Update easybuild/easyblocks/c/clang.py
mboisson Nov 18, 2022
461b84d
extend flang compiler tests and allow for expected future change in f…
mboisson Nov 18, 2022
3c5f6e2
split projects into projects + runtime and adjust library path accord…
mboisson Nov 21, 2022
0adb274
fix typo
mboisson Nov 21, 2022
f5b77d3
specify runtime_lib_path as class variable
mboisson Nov 21, 2022
f58041a
Update list of available runtimes
ocaisa Nov 22, 2022
31a7631
Fix linting issues
ocaisa Nov 22, 2022
851d027
Merge pull request #15 from ocaisa/patch-1
mboisson Nov 22, 2022
7488928
Allow Clang easyblock to work with `--module-only`
ocaisa Nov 22, 2022
23ca7c9
Fix lint
ocaisa Nov 22, 2022
45cd89c
Merge pull request #16 from ocaisa/patch-1
mboisson Nov 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading