We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2106808 commit 1bc4867Copy full SHA for 1bc4867
stacks/e4s-rocm-external/spack.yaml
@@ -37,11 +37,11 @@ spack:
37
buildable: false
38
externals:
39
- spec: llvm-amdgpu@7.2.0
40
- prefix: /opt/rocm
+ prefix: /opt/rocm/lib/llvm
41
extra_attributes:
42
compilers:
43
- c: /opt/rocm/bin/amdclang
44
- cxx: /opt/rocm/bin/amdclang++
+ c: /opt/rocm/lib/llvm/bin/amdclang
+ cxx: /opt/rocm/lib/llvm/bin/amdclang++
45
gcc:
46
47
- spec: gcc@13.3.0 languages:='c,c++,fortran'
0 commit comments