Skip to content

Commit 6057f59

Browse files
authored
Spack Update (#305)
* chai depends on camp and RAJA * Use isystem flag for Umpire includes * Match GEOS's blt version, latest release
1 parent 52aac7f commit 6057f59

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,16 @@ include( cmake/Config.cmake )
7373

7474
set( lvarray_dependencies dl )
7575

76+
blt_list_append( TO lvarray_dependencies ELEMENTS chai IF ENABLE_CHAI )
77+
7678
blt_list_append( TO lvarray_dependencies ELEMENTS camp RAJA )
7779

7880
blt_list_append( TO lvarray_dependencies ELEMENTS umpire IF ENABLE_UMPIRE )
7981

80-
blt_list_append( TO lvarray_dependencies ELEMENTS chai IF ENABLE_CHAI )
82+
# Ignore umpire warnings as errors by using -isystem flag
83+
if (ENABLE_UMPIRE)
84+
blt_convert_to_system_includes(TARGET umpire)
85+
endif()
8186

8287
blt_list_append( TO lvarray_dependencies ELEMENTS cuda IF ENABLE_CUDA )
8388

cmake/blt

Submodule blt updated 679 files

0 commit comments

Comments
 (0)