FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make hwloc_targ PATCH_COMMAND idempotent by wenju-he · Pull Request #1603 · oneapi-src/unified-memory-framework · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .txt  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 3 additions & 2 deletions CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,9 @@ if(UMF_LINK_HWLOC_STATICALLY)
GIT_REPOSITORY ${UMF_HWLOC_REPO}
GIT_TAG ${UMF_HWLOC_TAG}
UPDATE_DISCONNECTED TRUE
PATCH_COMMAND git apply
${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch
PATCH_COMMAND
sh -c
"git apply --reverse --check ${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch || git apply ${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch"
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env "CC=${UMF_HWLOC_CC}"
"CXX=${UMF_HWLOC_CXX}" <SOURCE_DIR>/autogen.sh
COMMAND
Expand Down
Loading

Back | FazBrowse Home | New Git URL