Skip to content

Commit

Permalink
Update libCEED and remove no longer needed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Jul 11, 2024
1 parent 59fb323 commit 78a938b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 232 deletions.
2 changes: 1 addition & 1 deletion cmake/ExternalGitTags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ set(EXTERN_LIBCEED_GIT_BRANCH
"Git branch for external libCEED build"
)
set(EXTERN_LIBCEED_GIT_TAG
"ef9a992f4cf09f2be4ec72f649495c67ec03f813" CACHE STRING
"1cf514e61de060c22ab1df0161ac8b731df70839" CACHE STRING
"Git tag for external libCEED build"
)

Expand Down
6 changes: 0 additions & 6 deletions cmake/ExternalLibCEED.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ endif()
string(REPLACE ";" "; " LIBCEED_OPTIONS_PRINT "${LIBCEED_OPTIONS}")
message(STATUS "LIBCEED_OPTIONS: ${LIBCEED_OPTIONS_PRINT}")

# libCEED build patches
set(LIBCEED_PATCH_FILES
"${CMAKE_SOURCE_DIR}/extern/patch/libCEED/patch_operator_assembly_memory.diff"
)

include(ExternalProject)
ExternalProject_Add(libCEED
DEPENDS ${LIBCEED_DEPENDENCIES}
Expand All @@ -136,7 +131,6 @@ ExternalProject_Add(libCEED
PREFIX ${CMAKE_BINARY_DIR}/extern/libCEED-cmake
BUILD_IN_SOURCE TRUE
UPDATE_COMMAND ""
PATCH_COMMAND git apply "${LIBCEED_PATCH_FILES}"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ${CMAKE_MAKE_PROGRAM} ${LIBCEED_OPTIONS} install
Expand Down
225 changes: 0 additions & 225 deletions extern/patch/libCEED/patch_operator_assembly_memory.diff

This file was deleted.

0 comments on commit 78a938b

Please sign in to comment.