Skip to content

Commit

Permalink
update tpls tag and lvarray. (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM authored Apr 22, 2024
1 parent 5408b7d commit 6efbd27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"GEOS_TPL_TAG": "260-235"
"GEOS_TPL_TAG": "263-252"
}
},
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion src/cmake/thirdparty/SetupGeosxThirdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ if(DEFINED HYPRE_DIR AND ENABLE_HYPRE)
set( HYPRE_DEPENDS ${HYPRE_DEPENDS} superlu_dist )
endif()
if( ${ENABLE_HYPRE_DEVICE} STREQUAL "CUDA" )
set( EXTRA_LIBS ${CUDA_cusparse_LIBRARY} ${CUDA_cublas_LIBRARY} ${CUDA_curand_LIBRARY} )
set( EXTRA_LIBS ${CUDA_cusparse_LIBRARY} ${CUDA_cublas_LIBRARY} ${CUDA_curand_LIBRARY} ${CUDA_cusolver_LIBRARY} )
elseif( ${ENABLE_HYPRE_DEVICE} STREQUAL "HIP" )
find_package( rocblas REQUIRED )
find_package( rocsolver REQUIRED )
Expand Down
2 changes: 1 addition & 1 deletion src/coreComponents/LvArray

0 comments on commit 6efbd27

Please sign in to comment.