-
Notifications
You must be signed in to change notification settings - Fork 2
/
spack.yaml
85 lines (85 loc) · 1.92 KB
/
spack.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
spack:
specs:
- resolve~cuda+rocm%clang@16.0.0-rocm5.6.0 amdgpu_target=gfx908
^ llvm-amdgpu%gcc
^ hsa-rocr-dev~image
view: false
concretizer:
reuse: true
unify: true
compilers:
- compiler:
spec: gcc@8.4.0
paths:
cc: /share/apps/gcc/8.4.0/bin/gcc
cxx: /share/apps/gcc/8.4.0/bin/g++
f77: /share/apps/gcc/8.4.0/bin/gfortran
fc: /share/apps/gcc/8.4.0/bin/gfortran
operating_system: centos7
target: x86_64
modules: [gcc/8.4.0]
- compiler:
spec: clang@16.0.0-rocm5.6.0
paths:
cc: amdclang
cxx: amdclang++
f77: /share/apps/gcc/8.4.0/bin/gfortran
fc: /share/apps/gcc/8.4.0/bin/gfortran
flags:
cxxflags: --gcc-toolchain=/share/apps/gcc/8.4.0
operating_system: centos7
target: x86_64
modules: []
config:
concretizer: clingo
install_tree:
root: $SPACK_INSTALL
source_cache: $SPACK_CACHE/source
misc_cache: $SPACK_CACHE/misc
build_stage: $SPACK_CACHE/build
url_fetch_method: urllib
modules:
default:
roots:
tcl: $SPACK_INSTALL/modules
packages:
all:
permissions:
write: group
read: world
group: exasgd
mesa:
externals:
- spec: mesa@23.0.2+glx
prefix: /usr
buildable: false
curl:
externals:
- spec: curl@7.29.0
prefix: /usr/bin/curl
buildable: false
git:
externals:
- spec: git@2.42.0
prefix: /share/apps/git/2.42.0
modules:
- git/2.42.0
buildable: false
lua:
externals:
- spec: lua@5.4.2
modules:
- lua/5.4.2
buildable: false
python:
externals:
- spec: python@3.9.12%gcc
modules:
- python/miniconda4.12
buildable: false
perl:
externals:
- spec: perl@5.26.0
modules:
- perl/5.26.0
buildable: false