Skip to content

Commit

Permalink
add LLVM_DIR to lassen and quartz host configs
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 16, 2024
1 parent a7f4544 commit d78846e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/c/host-configs/[email protected]@8.3.1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
##############################################################

set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-10.0.1-gcc-8.3.1/bin/clang++" CACHE PATH "")
set(LLVM_DIR "/usr/tce/packages/clang/clang-ibm-10.0.1-gcc-8.3.1/lib/cmake/llvm" CACHE PATH "")
1 change: 1 addition & 0 deletions src/c/host-configs/quartz.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
##############################################################

set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-14.0.6/bin/clang++" CACHE PATH "")
set(LLVM_DIR "/usr/tce/packages/clang/clang-14.0.6/lib/cmake/llvm" CACHE PATH "")

0 comments on commit d78846e

Please sign in to comment.