Skip to content

Commit

Permalink
clang_aomp: Add missing things in LLVM_ENABLE_(PROJECTS|RUNTIME)
Browse files Browse the repository at this point in the history
It didn't install include/c++
  • Loading branch information
akesandgren committed Jan 17, 2024
1 parent a70c426 commit c3c77a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easybuild/easyblocks/c/clang_aomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def _configure_llvm(self, component):

# Setup configuration options for LLVM
component['configopts'] = ' '.join([
"-DLLVM_ENABLE_PROJECTS='clang;lld;compiler-rt'",
"-DLLVM_ENABLE_PROJECTS='clang;lld;clang-tools-extra'",
"-DLLVM_ENABLE_RUNTIMES='compiler-rt;libcxx;libcxxabi'",
"-DCLANG_DEFAULT_LINKER=lld",
"-DGCC_INSTALL_PREFIX=$EBROOTGCCCORE",
"-DLLVM_ENABLE_ASSERTIONS=ON",
Expand Down

0 comments on commit c3c77a6

Please sign in to comment.