-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspack.yaml
More file actions
32 lines (32 loc) · 755 Bytes
/
Copy pathspack.yaml
File metadata and controls
32 lines (32 loc) · 755 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
32
# 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
- bzip2
view: true
concretizer:
unify: true
packages:
gcc:
externals:
- spec: [email protected] 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: [email protected]
prefix: /usr
extra_attributes:
compilers:
c: /usr/bin/amdclang
cxx: /usr/bin/amdclang++
fortran: /usr/bin/amdflang