-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathspack.yaml
More file actions
31 lines (31 loc) · 745 Bytes
/
Copy pathspack.yaml
File metadata and controls
31 lines (31 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
spack:
# add package specs to the `specs` list
specs:
- meson
- nvhpc
view: true
concretizer:
unify: true
packages:
gcc:
externals:
- spec: gcc@14.3.1 languages:='c,c++,fortran'
prefix: /usr
extra_attributes:
compilers:
c: /usr/bin/gcc
cxx: /usr/bin/g++
fortran: /usr/bin/gfortran
llvm-amdgpu:
externals:
- spec: llvm-amdgpu@7.1.1
prefix: /usr
extra_attributes:
compilers:
c: /usr/bin/amdclang
cxx: /usr/bin/amdclang++
fortran: /usr/bin/amdflang