Skip to content

Commit

Permalink
Merge pull request #130 from awslabs/sjg/libceed-updates
Browse files Browse the repository at this point in the history
libCEED updates
  • Loading branch information
sebastiangrimberg authored Nov 13, 2023
2 parents 155d0ec + 0fe995b commit c4e388e
Show file tree
Hide file tree
Showing 5 changed files with 1,473 additions and 6,857 deletions.
2 changes: 1 addition & 1 deletion cmake/ExternalGitTags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set(EXTERN_LIBCEED_GIT_BRANCH
"Git branch for external libCEED build"
)
set(EXTERN_LIBCEED_GIT_TAG
"2bc6469880c9a85ea757b18808a9311af8c3b635" CACHE STRING # main @ 10/06/2023
"e5a301d7f3b471e9fc19701d6f25d22876a6f6b4" CACHE STRING # main @ 11/06/2023
"Git tag for external libCEED build"
)

Expand Down
2 changes: 1 addition & 1 deletion cmake/ExternalLibCEED.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ message(STATUS "LIBCEED_OPTIONS: ${LIBCEED_OPTIONS_PRINT}")
# Add OpenMP support to libCEED
set(LIBCEED_PATCH_FILES
"${CMAKE_SOURCE_DIR}/extern/patch/libCEED/patch_gpu_restriction_dev.diff"
"${CMAKE_SOURCE_DIR}/extern/patch/libCEED/patch_hcurl_hdiv_basis.diff"
"${CMAKE_SOURCE_DIR}/extern/patch/libCEED/patch_hcurl_hdiv_basis_cuda_hip.diff"
)

include(ExternalProject)
Expand Down
Loading

0 comments on commit c4e388e

Please sign in to comment.