Skip to content

Commit 1bc4867

Browse files
committed
update llvm-amdgpu paths
1 parent 2106808 commit 1bc4867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stacks/e4s-rocm-external/spack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ spack:
3737
buildable: false
3838
externals:
3939
- spec: llvm-amdgpu@7.2.0
40-
prefix: /opt/rocm
40+
prefix: /opt/rocm/lib/llvm
4141
extra_attributes:
4242
compilers:
43-
c: /opt/rocm/bin/amdclang
44-
cxx: /opt/rocm/bin/amdclang++
43+
c: /opt/rocm/lib/llvm/bin/amdclang
44+
cxx: /opt/rocm/lib/llvm/bin/amdclang++
4545
gcc:
4646
externals:
4747
- spec: gcc@13.3.0 languages:='c,c++,fortran'

0 commit comments

Comments
 (0)