test/CmakeLists: Fix the string replace input argument format#27
Open
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Open
test/CmakeLists: Fix the string replace input argument format#27systems-assistant[bot] wants to merge 2 commits intodevelopfrom
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Conversation
Covert the string input variable list to the string format to fix the following compile error. Cmake Error:STRING sub-command REPLACE requires at least four arguments Change-Id: Icd517cbf4bf50b360f15f256d9d2b96c77e6383a Signed-off-by: Prike Liang <Prike.Liang@amd.com>
…evelop/ROCm_rocprofiler/prliang_amd-staging-n4
vedithal-amd
pushed a commit
to vedithal-amd/rocm-systems
that referenced
this pull request
Aug 7, 2025
…ves (ROCm#27) "/usr/bin/env python3" is getting converted to "/usr/libexec/platform-python" in RHEL8. Undefining __brp_mangle_shebangs will prevent the same
sauverma93
pushed a commit
that referenced
this pull request
Oct 15, 2025
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Ipc bringup [ROCm/rocshmem commit: e9fb01a]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Minor fixes for packaging [ROCm/rocshmem commit: bacced0]
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Covert the string input variable list to the string format to fix the following compile error.
Cmake Error:STRING sub-command REPLACE requires at least four arguments
Change-Id: Icd517cbf4bf50b360f15f256d9d2b96c77e6383a
🔁 Imported from ROCm/rocprofiler#157
🧑💻 Originally authored by @rocm-devops