-
Notifications
You must be signed in to change notification settings - Fork 66
Collate all ROCm component include directory for spack build #2001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE Detected error during base docker image building:
|
@renjithravindrankannath This PR should target one of the release/ or internal_testing branches, not |
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE Detected error during base docker image building:
|
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE |
…paths are also required" This reverts commit 7901d8c.
Jenkins build for e16801444b11115bdaca3255d79884a619a3ba60 commit finished as FAILURE Detected error during base docker image building:
|
For Spack builds, each ROCm component will have a separate include directory, so we cannot assume
/opt/rocm/include
to be the path where all the ROCm component headers will be located.This PR uses the
ROCM_INCLUDE_DIRS
CMake variable to collate all the ROCm component include directories set byfind_package
calls.Fixes # SWDEV-524001