Skip to content

Commit 76bc4d6

Browse files
committed
add: fortran def + addn rocm packages
1 parent 1bc4867 commit 76bc4d6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

stacks/e4s-rocm-external/spack.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spack:
4242
compilers:
4343
c: /opt/rocm/lib/llvm/bin/amdclang
4444
cxx: /opt/rocm/lib/llvm/bin/amdclang++
45+
fortran: /opt/rocm/lib/llvm/bin/amdflang
4546
gcc:
4647
externals:
4748
- spec: gcc@13.3.0 languages:='c,c++,fortran'
@@ -52,6 +53,11 @@ spack:
5253
cxx: /usr/bin/g++
5354
fortran: /usr/bin/gfortran
5455

56+
amdsmi:
57+
buildable: false
58+
externals:
59+
- spec: amdsmi@7.2.0
60+
prefix: /opt/rocm-7.2.0/
5561
comgr:
5662
buildable: false
5763
externals:
@@ -72,6 +78,11 @@ spack:
7278
externals:
7379
- spec: hipfft@7.2.0
7480
prefix: /opt/rocm-7.2.0/
81+
hiprand:
82+
buildable: false
83+
externals:
84+
- spec: hiprand@7.2.0
85+
prefix: /opt/rocm-7.2.0/
7586
hipsparse:
7687
buildable: false
7788
externals:
@@ -132,6 +143,11 @@ spack:
132143
externals:
133144
- spec: rocm-smi-lib@7.2.0
134145
prefix: /opt/rocm-7.2.0/
146+
rocprofiler-systems:
147+
buildable: false
148+
externals:
149+
- spec: rocprofiler-systems@7.2.0
150+
prefix: /opt/rocm-7.2.0/
135151
hip:
136152
buildable: false
137153
require: ["@7.2.0"]
@@ -143,6 +159,11 @@ spack:
143159
externals:
144160
- spec: hipify-clang@7.2.0
145161
prefix: /opt/rocm-7.2.0
162+
hsa-amd-aqlprofile:
163+
buildable: false
164+
externals:
165+
- spec: hsa-amd-aqlprofile@7.2.0
166+
prefix: /opt/rocm-7.2.0/
146167
hsa-rocr-dev:
147168
buildable: false
148169
externals:

0 commit comments

Comments
 (0)