Skip to content

Commit e241fb5

Browse files
committed
wip
1 parent c92115d commit e241fb5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

scripts/ci/cmake/alma9-clang.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Client maintainer: eisen@cc.gatech.edu
2+
3+
set(ENV{CC} clang)
4+
set(ENV{CXX} clang++)
5+
6+
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
7+
include(${CMAKE_CURRENT_LIST_DIR}/unix-common.cmake)

scripts/ci/cmake/alma9-gcc.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Client maintainer: eisen@cc.gatech.edu
2+
3+
set(ENV{CC} gcc)
4+
set(ENV{CXX} g++)
5+
6+
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
7+
include(${CMAKE_CURRENT_LIST_DIR}/unix-common.cmake)

0 commit comments

Comments
 (0)