diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-11-28 10:23:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 10:23:09 +0100 |
commit | 04c76fab632817665395ee571038368aa2e297a0 (patch) | |
tree | 94c28153d82a3e3c414e5153d2e652bd31f6a992 /.github | |
parent | ecbf9fcacf16c1023994bb18666e50b450be6fb0 (diff) | |
download | spack-04c76fab632817665395ee571038368aa2e297a0.tar.gz spack-04c76fab632817665395ee571038368aa2e297a0.tar.bz2 spack-04c76fab632817665395ee571038368aa2e297a0.tar.xz spack-04c76fab632817665395ee571038368aa2e297a0.zip |
hip: hints for find_package llvm/clang (#47788)
LLVM can be a transitive link dependency of hip through gl's dependency mesa, which uses it for software rendering.
In this case make sure llvm-amdgpu is found with find_package(LLVM) and
find_package(Clang) by setting LLVM_ROOT and Clang_ROOT.
That makes the patch of find_package's HINTS redundant, so remove that.
It did not work anyways, because CMAKE_PREFIX_PATH has higher precedence
than HINTS.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions